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

A request to add a reference to the server address space. More...

Inherits UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 AddReferencesItem ()
 The default constructor. More...
 
virtual void Encode (IEncoder encoder)
 
 
virtual void Decode (IDecoder decoder)
 
 
virtual bool IsEqual (IEncodeable encodeable)
 
 
virtual object Clone ()
 
 

Properties

NodeId SourceNodeId [get, set]
 The source of the reference. More...
 
NodeId ReferenceTypeId [get, set]
 The type of reference. More...
 
bool IsForward [get, set]
 If TRUE the reference is a forward reference. More...
 
string TargetServerUri [get, set]
 The URI of the server containing the target (if in another server). More...
 
ExpandedNodeId TargetNodeId [get, set]
 The target of the reference. More...
 
NodeClass TargetNodeClass [get, set]
 The node class of the target (if known). 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

A request to add a reference to the server address space.

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.AddReferencesItem.AddReferencesItem ( )

The default constructor.

Property Documentation

bool UnifiedAutomation.UaBase.AddReferencesItem.IsForward
getset

If TRUE the reference is a forward reference.

NodeId UnifiedAutomation.UaBase.AddReferencesItem.ReferenceTypeId
getset

The type of reference.

NodeId UnifiedAutomation.UaBase.AddReferencesItem.SourceNodeId
getset

The source of the reference.

NodeClass UnifiedAutomation.UaBase.AddReferencesItem.TargetNodeClass
getset

The node class of the target (if known).

ExpandedNodeId UnifiedAutomation.UaBase.AddReferencesItem.TargetNodeId
getset

The target of the reference.

string UnifiedAutomation.UaBase.AddReferencesItem.TargetServerUri
getset

The URI of the server containing the target (if in another server).

object UnifiedAutomation.UaBase.AddReferencesItem.UserData
getset

Gets or sets the user data.

The user data.


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