.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaServer.FullyInstantiatedReference Class Reference

A reference belonging to a fully instantiated type. More...

Properties

NodeId SourceId [get, set]
 The NodeId of the source node. More...
 
string SourcePath [get, set]
 The BrowsePath from the type node to the source node as AbsoluteName. More...
 
NodeId ReferenceTypeId [get, set]
 The NodeId of the ReferenceType. More...
 
bool IsInverse [get, set]
 true if the source of the reference is specified by the TargetId. More...
 
NodeId TargetId [get, set]
 The NodeId of the target node. More...
 
string TargetPath [get, set]
 The BrowsePath from the type node to the target node as AbsoluteName. More...
 

Detailed Description

A reference belonging to a fully instantiated type.

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

Property Documentation

bool UnifiedAutomation.UaServer.FullyInstantiatedReference.IsInverse
getset

true if the source of the reference is specified by the TargetId.

NodeId UnifiedAutomation.UaServer.FullyInstantiatedReference.ReferenceTypeId
getset

The NodeId of the ReferenceType.

NodeId UnifiedAutomation.UaServer.FullyInstantiatedReference.SourceId
getset

The NodeId of the source node.

string UnifiedAutomation.UaServer.FullyInstantiatedReference.SourcePath
getset

The BrowsePath from the type node to the source node as AbsoluteName.

NodeId UnifiedAutomation.UaServer.FullyInstantiatedReference.TargetId
getset

The NodeId of the target node.

string UnifiedAutomation.UaServer.FullyInstantiatedReference.TargetPath
getset

The BrowsePath from the type node to the target node as AbsoluteName.


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