Opc.Ua.Core
EncodeableFactory Class
Members 



Opc.Ua Namespace : EncodeableFactory Class
Creates encodeable objects based on the type id.
Object Model
EncodeableFactory ClassEncodeableFactory Class
Syntax
'Declaration
 
Public Class EncodeableFactory 
   Implements IEncodeableFactory 
'Usage
 
Dim instance As EncodeableFactory
public class EncodeableFactory : IEncodeableFactory  
public ref class EncodeableFactory : public IEncodeableFactory  
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EncodeableFactory Members
Opc.Ua Namespace