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

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

Inherits UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

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

Properties

NodeId NodeId [get, set]
 The id of the node to delete. More...
 
bool DeleteTargetReferences [get, set]
 If TRUE all references to the are deleted as well. 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 delete a node to the server address space.

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.DeleteNodesItem.DeleteNodesItem ( )

The default constructor.

Property Documentation

bool UnifiedAutomation.UaBase.DeleteNodesItem.DeleteTargetReferences
getset

If TRUE all references to the are deleted as well.

NodeId UnifiedAutomation.UaBase.DeleteNodesItem.NodeId
getset

The id of the node to delete.

object UnifiedAutomation.UaBase.DeleteNodesItem.UserData
getset

Gets or sets the user data.

The user data.


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