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

A fully instantiated type. More...

Properties

Node TypeDefinition [get, set]
 The node of the type in the addressspace. More...
 
Dictionary< string,
FullyInstantiatedInstance
Hierarchy [get, set]
 Map for accessing the instance declarartions by AbsoluteName of the browse path. More...
 
Dictionary< NodeId,
FullyInstantiatedInstance
Instances [get, set]
 Map for accessing the instance delarations by the NodeId of the instance declaration. More...
 
List< FullyInstantiatedReferenceReferences [get, set]
 List of all hierrarchical references within the type hierrarchy. More...
 

Detailed Description

A fully instantiated type.

Property Documentation

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

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

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

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

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

List of all hierrarchical references within the type hierrarchy.

Node UnifiedAutomation.UaServer.FullyInstantiatedType.TypeDefinition
getset

The node of the type in the addressspace.

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


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