.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaBase.RelativePathElement Class Reference

A sequence of References and BrowseNames to follow. More...

Inherits UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 RelativePathElement ()
 The default constructor. More...
 
virtual void Encode (IEncoder encoder)
 
virtual void Decode (IDecoder decoder)
 
virtual bool IsEqual (IEncodeable encodeable)
 Checks if encodeable is the same object or has the same content More...
 
virtual object Clone ()
 

Properties

NodeId ReferenceTypeId [get, set]
 The type of reference to follow from the current node. More...
 
bool IsInverse [get, set]
 Indicates whether the inverse Reference should be followed. The inverse reference is followed if this value is TRUE. More...
 
bool IncludeSubtypes [get, set]
 Indicates whether subtypes of the ReferenceType should be followed. Subtypes are included if this value is TRUE. More...
 
QualifiedName TargetName [get, set]
 The BrowseName of the target node. More...
 
virtual ExpandedNodeId TypeId [get]
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
virtual ExpandedNodeId XmlEncodingId [get]
 
- Properties inherited from UnifiedAutomation.UaBase.IEncodeable
ExpandedNodeId TypeId [get]
 Returns the UA type identifier for the encodable type. More...
 
ExpandedNodeId BinaryEncodingId [get]
 Returns the UA type identifier for the default binary encoding for the type. More...
 
ExpandedNodeId XmlEncodingId [get]
 Returns the UA type identifier for the default XML encoding for the type. More...
 

Detailed Description

A sequence of References and BrowseNames to follow.

Each element in the sequence is processed by finding the targets and then using those targets as the starting nodes for the next element. The targets of the final element are the target of the RelativePath.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.RelativePathElement.RelativePathElement ( )
inline

The default constructor.

Member Function Documentation

virtual bool UnifiedAutomation.UaBase.RelativePathElement.IsEqual ( IEncodeable  encodeable)
inlinevirtual

Checks if encodeable is the same object or has the same content

Parameters
encodeable
Returns

Implements UnifiedAutomation.UaBase.IEncodeable.

Property Documentation

bool UnifiedAutomation.UaBase.RelativePathElement.IncludeSubtypes
getset

Indicates whether subtypes of the ReferenceType should be followed. Subtypes are included if this value is TRUE.

bool UnifiedAutomation.UaBase.RelativePathElement.IsInverse
getset

Indicates whether the inverse Reference should be followed. The inverse reference is followed if this value is TRUE.

NodeId UnifiedAutomation.UaBase.RelativePathElement.ReferenceTypeId
getset

The type of reference to follow from the current node.

The current path cannot be followed any further if the referenceTypeId is not available on the Node instance.

If not specified, then all References are included and the parameter includeSubtypes is ignored.

QualifiedName UnifiedAutomation.UaBase.RelativePathElement.TargetName
getset

The BrowseName of the target node.

The final element may have an empty targetName. In this situation all targets of the references identified by the referenceTypeId are the targets of the RelativePath.

The targetName shall be specified for all other elements.

The current path cannot be followed any further if no targets with the specified BrowseName exist.


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