Build 1.01.318.0

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

Creates encodeable objects based on the type id.

Namespace: Opc.Ua
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public class EncodeableFactory
Visual Basic
Public Class EncodeableFactory
Visual C++
public ref class EncodeableFactory

Remarks

This factory is used to store and retrieve underlying OPC UA system types.

You can manually add types. You can also import all types from a specified assembly. Once the types exist within the factory, these types can be then easily queried.

Inheritance Hierarchy

System..::..Object
  Opc.Ua..::..EncodeableFactory

See Also