.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaBase.DeleteReferencesItem Class Reference

A structure that is defined as the type of the referencesToDelete parameter of the DeleteReferences service. More...

Inherits UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 DeleteReferencesItem ()
 The default constructor. More...
 
virtual void Encode (IEncoder encoder)
 
virtual void Decode (IDecoder decoder)
 
virtual bool IsEqual (IEncodeable encodeable)
 Checks if encodeable is the same object or has the same content More...
 
virtual object Clone ()
 

Properties

NodeId SourceNodeId [get, set]
 NodeId of the node that contains the reference to delete. More...
 
NodeId ReferenceTypeId [get, set]
 NodeId of the ReferenceType that defines the reference to delete. More...
 
bool IsForward [get, set]
 If the value is TRUE, the Server deletes a forward Reference. More...
 
ExpandedNodeId TargetNodeId [get, set]
 NodeId of the target node of the reference. More...
 
bool DeleteBidirectional [get, set]
 A boolean parameter indicating whether the opposite reference from the target node should be deleted together with the node to delete. 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 structure that is defined as the type of the referencesToDelete parameter of the DeleteReferences service.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.DeleteReferencesItem.DeleteReferencesItem ( )
inline

The default constructor.

Member Function Documentation

virtual bool UnifiedAutomation.UaBase.DeleteReferencesItem.IsEqual ( IEncodeable  encodeable)
inlinevirtual

Checks if encodeable is the same object or has the same content

Parameters
encodeable
Returns

Implements UnifiedAutomation.UaBase.IEncodeable.

Property Documentation

bool UnifiedAutomation.UaBase.DeleteReferencesItem.DeleteBidirectional
getset

A boolean parameter indicating whether the opposite reference from the target node should be deleted together with the node to delete.

It has the following values:

TRUE
delete the specified Reference and the opposite reference from the target node. If the target node is located in a remote Server, the Server is permitted to delete the specified reference only.
FALSE
delete only the specified reference.
bool UnifiedAutomation.UaBase.DeleteReferencesItem.IsForward
getset

If the value is TRUE, the Server deletes a forward Reference.

If the value is FALSE, the Server deletes an inverse Reference.

NodeId UnifiedAutomation.UaBase.DeleteReferencesItem.ReferenceTypeId
getset

NodeId of the ReferenceType that defines the reference to delete.

NodeId UnifiedAutomation.UaBase.DeleteReferencesItem.SourceNodeId
getset

NodeId of the node that contains the reference to delete.

ExpandedNodeId UnifiedAutomation.UaBase.DeleteReferencesItem.TargetNodeId
getset

NodeId of the target node of the reference.

If the Server index indicates that the target node is a remote node, then the nodeId shall contain the absolute namespace URI. If the target node is a local node the nodeId shall contain the namespace index.

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: