Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The EncodeableFactory type exposes the following members.

Constructors

  NameDescription
Public methodEncodeableFactory()()()()
Creates a factory initialized with the types in the core library.
Public methodEncodeableFactory(Boolean)
Creates a factory which is marked as shared and initialized with the types in the core library.
Public methodEncodeableFactory(EncodeableFactory)
Creates a factory by copying the table from another factory.

Methods

  NameDescription
Public methodAddEncodeableType(Type)
Adds an extension type to the factory.
Public methodAddEncodeableType(ExpandedNodeId, Type)
Associates an encodeable type with an encoding id.
Public methodAddEncodeableTypes
Adds all encodable types exported from an assembly to the factory.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSystemType
Returns the system type for the specified type id.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetXmlName
Returns the xml qualified name for the specified system type id.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyStatic memberGlobalFactory
The default factory for the process.
Public propertyInstanceId
Returns a unique identifier for the table instance. Used to debug problems with shared tables.
Public propertySyncRoot
Returns the object used to synchronize access to the factory.

See Also