UA Bundle SDK .NET  2.1.2.227
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaBase.RelativePathElement Class Reference

An element in a relative path. 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)
 
 
virtual object Clone ()
 
 

Properties

NodeId ReferenceTypeId [get, set]
 The type of reference to follow. More...
 
bool IsInverse [get, set]
 If TRUE the reverse reference is followed. More...
 
bool IncludeSubtypes [get, set]
 If TRUE then subtypes of the reference type are followed. More...
 
QualifiedName TargetName [get, set]
 The browse name of the target. 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

An element in a relative path.

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.RelativePathElement.RelativePathElement ( )

The default constructor.

Property Documentation

bool UnifiedAutomation.UaBase.RelativePathElement.IncludeSubtypes
getset

If TRUE then subtypes of the reference type are followed.

bool UnifiedAutomation.UaBase.RelativePathElement.IsInverse
getset

If TRUE the reverse reference is followed.

NodeId UnifiedAutomation.UaBase.RelativePathElement.ReferenceTypeId
getset

The type of reference to follow.

QualifiedName UnifiedAutomation.UaBase.RelativePathElement.TargetName
getset

The browse name of the target.


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