.NET Based OPC UA Client/Server SDK  3.2.2.525
UnifiedAutomation.UaServer.FullyInstantiatedType Class Reference

A fully instantiated type. More...

Properties

Node TypeDefinition [get, set]
 The node of the type in the address space. More...
 
Dictionary< string,
FullyInstantiatedInstance
Hierarchy [get, set]
 Map for accessing the instance declarations by AbsoluteName of the browse path. More...
 
Dictionary< NodeId,
FullyInstantiatedInstance
Instances [get, set]
 Map for accessing the instance declarations by the NodeId of the instance declaration. More...
 
List< FullyInstantiatedReferenceReferences [get, set]
 List of all hierarchical references within the type hierarchy. More...
 

Detailed Description

A fully instantiated type.

Property Documentation

Dictionary<string, FullyInstantiatedInstance> UnifiedAutomation.UaServer.FullyInstantiatedType.Hierarchy
getset

Map for accessing the instance declarations by AbsoluteName of the browse path.

Dictionary<NodeId, FullyInstantiatedInstance> UnifiedAutomation.UaServer.FullyInstantiatedType.Instances
getset

Map for accessing the instance declarations by the NodeId of the instance declaration.

List<FullyInstantiatedReference> UnifiedAutomation.UaServer.FullyInstantiatedType.References
getset

List of all hierarchical references within the type hierarchy.

Node UnifiedAutomation.UaServer.FullyInstantiatedType.TypeDefinition
getset

The node of the type in the address space.

Properties of this class must not be modified by the application.


The documentation for this class was generated from the following file: