Connectivity Software User's Guide and Reference
OpcLabs.EasyOpc.UA.InformationModel Namespace (OpcLabs.EasyOpcUACore)
Inheritance Hierarchy
OpcLabs.EasyOpcUACore Assembly : OpcLabs.EasyOpc.UA.InformationModel Namespace
This namespace contains classes used for modelling of OPC Unified Architecture (OPC-UA) information.
Classes
 ClassDescription
ClassThe BaseDataVariableType is a subtype of the BaseVariableType. It is used as the type definition whenever there is a DataVariable having no more concrete type definition available. This VariableType is the base VariableType for VariableTypes of DataVariables, and all other VariableTypes of DataVariables shall either directly or indirectly inherit from it. However, it might not be possible for servers to provide all HasSubtype References from this VariableType to its subtypes, and therefore it is not required to provide this information.
ClassThe BaseVariableType is the abstract base type for all other VariableTypes. However, only the PropertyType and the BaseDataVariableType directly inherit from this type.
ClassAn OPC-UA read-only model provider that provides the information in runtime by interrogating the OPC-UA servers.
ClassAn OPC-UA read-only model provider that provides an empty model, i.e. a model with no information.
ClassImplements the OPC-UA information model, based on the associated model provider.
ClassAllows client access to OPC Unified Architecture (OPC-UA) servers using the OPC-UA information model.
ClassThe PropertyType is a subtype of the BaseVariableType. It is used as the type definition for all Properties. Properties are defined by their BrowseName, and therefore they do not need a specialized type definition. It is not allowed to subtype this VariableType.
Interfaces
 InterfaceDescription
InterfaceProvides OPC-UA information model(s).
See Also

Reference

OpcLabs.EasyOpcUACore Assembly