Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The EncodeableFactory type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| EncodeableFactory()()()() |
Creates a factory initialized with the types in the core library.
| |
| EncodeableFactory(Boolean) |
Creates a factory which is marked as shared and initialized with the types in the core library.
| |
| EncodeableFactory(EncodeableFactory) |
Creates a factory by copying the table from another factory.
|
Methods
| Name | Description | |
|---|---|---|
| AddEncodeableType(Type) |
Adds an extension type to the factory.
| |
| AddEncodeableType(ExpandedNodeId, Type) |
Associates an encodeable type with an encoding id.
| |
| AddEncodeableTypes |
Adds all encodable types exported from an assembly to the factory.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetSystemType |
Returns the system type for the specified type id.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetXmlName |
Returns the xml qualified name for the specified system type id.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| GlobalFactory |
The default factory for the process.
| |
| InstanceId |
Returns a unique identifier for the table instance. Used to debug problems with shared tables.
| |
| SyncRoot |
Returns the object used to synchronize access to the factory.
|