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

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

Inherits UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

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

Properties

ExpandedNodeId ParentNodeId [get, set]
 The node id for the parent node. More...
 
NodeId ReferenceTypeId [get, set]
 The type of reference from the parent to the new node. More...
 
ExpandedNodeId RequestedNewNodeId [get, set]
 The node id requested by the client. If null the server must provide one. More...
 
QualifiedName BrowseName [get, set]
 The browse name for the new node. More...
 
NodeClass NodeClass [get, set]
 The class of the new node. More...
 
ExtensionObject NodeAttributes [get, set]
 The default attributes for the new node. More...
 
ExpandedNodeId TypeDefinition [get, set]
 The type definition for the new 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

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

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.AddNodesItem.AddNodesItem ( )

The default constructor.

Property Documentation

QualifiedName UnifiedAutomation.UaBase.AddNodesItem.BrowseName
getset

The browse name for the new node.

ExtensionObject UnifiedAutomation.UaBase.AddNodesItem.NodeAttributes
getset

The default attributes for the new node.

NodeClass UnifiedAutomation.UaBase.AddNodesItem.NodeClass
getset

The class of the new node.

ExpandedNodeId UnifiedAutomation.UaBase.AddNodesItem.ParentNodeId
getset

The node id for the parent node.

NodeId UnifiedAutomation.UaBase.AddNodesItem.ReferenceTypeId
getset

The type of reference from the parent to the new node.

ExpandedNodeId UnifiedAutomation.UaBase.AddNodesItem.RequestedNewNodeId
getset

The node id requested by the client. If null the server must provide one.

ExpandedNodeId UnifiedAutomation.UaBase.AddNodesItem.TypeDefinition
getset

The type definition for the new node.

object UnifiedAutomation.UaBase.AddNodesItem.UserData
getset

Gets or sets the user data.

The user data.


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