OpcDeleteNode Class

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Defines a single command of the IOpcDeleteNodesService used to delete one node.

C#

public class OpcDeleteNode : OpcNodeServiceCommand


Inheritance ObjectOpcServiceCommandOpcNodeServiceCommand › OpcDeleteNode

Name Description
OpcDeleteNode(OpcNodeId) Initializes a new instance of the OpcDeleteNode class using the identifier of the node which shall be deleted including the references where the node acts as the source and as the target of the reference.
OpcDeleteNode(OpcNodeId, Boolean) Initializes a new instance of the OpcDeleteNode class using the identifier of the node which shall be deleted including the references where the node acts as the source and optionally (see includeTargetReferences) as the target of the reference.
Name Description
IncludeTargetReferences Gets a value indicating whether all references there the node being deleted acts as the target shall be deleted as well.
NodeId Gets the node identifier of the node on which a node orientated service have to operate on.
(Inherited from OpcNodeServiceCommand)
SupportsNullNodeId Gets a value indicating whether the OpcNodeServiceCommand supports instances of the OpcNodeId class its IsNull provides a value equals to the value true.
(Inherited from OpcNodeServiceCommand)
Name Description
DenyNullIdentifier(OpcNodeId, String) Verifies whether the value is a null identifier by checking the IsNull property.
(Inherited from OpcNodeServiceCommand)