UA Bundle SDK .NET  2.1.0.222
 All Classes Namespaces Functions Variables Enumerations Properties Events Groups Pages
UnifiedAutomation.UaBase.DeleteReferencesItem Class Reference

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

Inherits UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 DeleteReferencesItem ()
 The default constructor.
 
virtual void Encode (IEncoder encoder)
 
 
virtual void Decode (IDecoder decoder)
 
 
virtual bool IsEqual (IEncodeable encodeable)
 
 
virtual object Clone ()
 
 
- Public Member Functions inherited from UnifiedAutomation.UaBase.IEncodeable
void Encode (IEncoder encoder)
 Encodes the object in a stream.
 
void Decode (IDecoder decoder)
 Decodes the object from a stream.
 

Properties

NodeId SourceNodeId [get, set]
 The source of the reference to delete.
 
NodeId ReferenceTypeId [get, set]
 The type of reference to delete.
 
bool IsForward [get, set]
 If TRUE the a forward reference is deleted.
 
ExpandedNodeId TargetNodeId [get, set]
 The target of the reference to delete.
 
bool DeleteBidirectional [get, set]
 If TRUE the reference is deleted in both directions.
 
virtual ExpandedNodeId TypeId [get]
 
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
 
virtual ExpandedNodeId XmlEncodingId [get]
 
 
object UserData [get, set]
 Gets or sets the user data.
 
- Properties inherited from UnifiedAutomation.UaBase.IEncodeable
ExpandedNodeId TypeId [get]
 Returns the UA type identifier for the encodable type.
 
ExpandedNodeId BinaryEncodingId [get]
 Returns the UA type identifier for the default binary encoding for the type.
 
ExpandedNodeId XmlEncodingId [get]
 Returns the UA type identifier for the default XML encoding for the type.
 

Detailed Description

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

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.DeleteReferencesItem.DeleteReferencesItem ( )

The default constructor.

Property Documentation

bool UnifiedAutomation.UaBase.DeleteReferencesItem.DeleteBidirectional
getset

If TRUE the reference is deleted in both directions.

bool UnifiedAutomation.UaBase.DeleteReferencesItem.IsForward
getset

If TRUE the a forward reference is deleted.

NodeId UnifiedAutomation.UaBase.DeleteReferencesItem.ReferenceTypeId
getset

The type of reference to delete.

NodeId UnifiedAutomation.UaBase.DeleteReferencesItem.SourceNodeId
getset

The source of the reference to delete.

ExpandedNodeId UnifiedAutomation.UaBase.DeleteReferencesItem.TargetNodeId
getset

The target of the reference to delete.

object UnifiedAutomation.UaBase.DeleteReferencesItem.UserData
getset

Gets or sets the user data.

The user data.


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