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

The description of a reference. More...

Inherits IFormattable, and UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 ReferenceDescription ()
 The default constructor. More...
 
virtual void Encode (IEncoder encoder)
 
 
virtual void Decode (IDecoder decoder)
 
 
virtual bool IsEqual (IEncodeable encodeable)
 
 
virtual object Clone ()
 
 
override string ToString ()
 Returns a System.String that represents this instance. More...
 
string ToString (string format, IFormatProvider formatProvider)
 Returns a System.String that represents this instance. More...
 

Properties

NodeId ReferenceTypeId [get, set]
 The type of references. More...
 
bool IsForward [get, set]
 TRUE if the reference is a forward reference. More...
 
ExpandedNodeId NodeId [get, set]
 The id of the target node. More...
 
QualifiedName BrowseName [get, set]
 The browse name of the target node. More...
 
LocalizedText DisplayName [get, set]
 The display name of the target node. More...
 
NodeClass NodeClass [get, set]
 The node class of the target node. More...
 
ExpandedNodeId TypeDefinition [get, set]
 The type definition of the target node. More...
 
virtual ExpandedNodeId TypeId [get]
 
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
 
virtual ExpandedNodeId XmlEncodingId [get]
 
 
object UserData [get, set]
 Gets or sets the user data. More...
 
- 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

The description of a reference.

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ReferenceDescription.ReferenceDescription ( )

The default constructor.

Member Function Documentation

override string UnifiedAutomation.UaBase.ReferenceDescription.ToString ( )

Returns a System.String that represents this instance.

Returns
A System.String that represents this instance.
string UnifiedAutomation.UaBase.ReferenceDescription.ToString ( string  format,
IFormatProvider  formatProvider 
)

Returns a System.String that represents this instance.

Parameters
formatThe format.
formatProviderThe format provider.
Returns
A System.String that represents this instance.

Property Documentation

QualifiedName UnifiedAutomation.UaBase.ReferenceDescription.BrowseName
getset

The browse name of the target node.

LocalizedText UnifiedAutomation.UaBase.ReferenceDescription.DisplayName
getset

The display name of the target node.

bool UnifiedAutomation.UaBase.ReferenceDescription.IsForward
getset

TRUE if the reference is a forward reference.

NodeClass UnifiedAutomation.UaBase.ReferenceDescription.NodeClass
getset

The node class of the target node.

ExpandedNodeId UnifiedAutomation.UaBase.ReferenceDescription.NodeId
getset

The id of the target node.

NodeId UnifiedAutomation.UaBase.ReferenceDescription.ReferenceTypeId
getset

The type of references.

ExpandedNodeId UnifiedAutomation.UaBase.ReferenceDescription.TypeDefinition
getset

The type definition of the target node.

object UnifiedAutomation.UaBase.ReferenceDescription.UserData
getset

Gets or sets the user data.

The user data.


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