OpcAddCommentMethodNode Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcAddCommentMethodNode type exposes the following members.

OpcAddCommentMethodNode(IOpcNode, OpcName, OpcAddCommentMethodNode.AddCommentCallback)

Initializes a new instance of the OpcAddCommentMethodNode class accessible by the name specified with the AddCommentCallback call given by callback as a child node of the parent node given.

C#

public OpcAddCommentMethodNode(IOpcNode parent, OpcName name, OpcAddCommentMethodNode.AddCommentCallback callback)


Parameters

parent IOpcNode

The IOpcNode used as the parent node or a null reference (Nothing in Visual Basic) in the case there is no parent node available.

name OpcName

The OpcName through that the new add comment method node can be accessed.

callback AddCommentCallback

The AddCommentCallback to call on method invokation of the new add comment method node.

OpcAddCommentMethodNode(IOpcNode, OpcName, OpcAddCommentMethodNode.AddCommentExCallback)

Initializes a new instance of the OpcAddCommentMethodNode class accessible by the name specified with the AddCommentExCallback call given by callback as a child node of the parent node given.

C#

public OpcAddCommentMethodNode(IOpcNode parent, OpcName name, OpcAddCommentMethodNode.AddCommentExCallback callback)


Parameters

parent IOpcNode

The IOpcNode used as the parent node or a null reference (Nothing in Visual Basic) in the case there is no parent node available.

name OpcName

The OpcName through that the new add comment method node can be accessed.

callback AddCommentExCallback

The AddCommentExCallback to call on method invokation of the new add comment method node.

OpcAddCommentMethodNode(IOpcNode, OpcName, OpcNodeId, OpcAddCommentMethodNode.AddCommentCallback)

Initializes a new instance of the OpcAddCommentMethodNode class accessible by the name and id specified with the delegate to call defined by callback as a child node of the parent node given.

C#

public OpcAddCommentMethodNode(IOpcNode parent, OpcName name, OpcNodeId id, OpcAddCommentMethodNode.AddCommentCallback callback)


Parameters

parent IOpcNode

The IOpcNode used as the parent node or a null reference (Nothing in Visual Basic) in the case there is no parent node available.

name OpcName

The OpcName through that the new add comment method node can be accessed.

id OpcNodeId

The OpcNodeId through that the new add comment method node can be identified and accessed.

callback AddCommentCallback

The AddCommentCallback to call on method invokation of the new add comment method node.

OpcAddCommentMethodNode(IOpcNode, OpcName, OpcNodeId, OpcAddCommentMethodNode.AddCommentExCallback)

Initializes a new instance of the OpcAddCommentMethodNode class accessible by the name and id specified with the delegate to call defined by callback as a child node of the parent node given.

C#

public OpcAddCommentMethodNode(IOpcNode parent, OpcName name, OpcNodeId id, OpcAddCommentMethodNode.AddCommentExCallback callback)


Parameters

parent IOpcNode

The IOpcNode used as the parent node or a null reference (Nothing in Visual Basic) in the case there is no parent node available.

name OpcName

The OpcName through that the new add comment method node can be accessed.

id OpcNodeId

The OpcNodeId through that the new add comment method node can be identified and accessed.

callback AddCommentExCallback

The AddCommentExCallback to call on method invokation of the new add comment method node.

OpcAddCommentMethodNode(OpcAddCommentMethodNode.AddCommentCallback)

Initializes a new instance of the OpcAddCommentMethodNode class with the AddCommentCallback call given by callback.

C#

public OpcAddCommentMethodNode(OpcAddCommentMethodNode.AddCommentCallback callback)


Parameters

callback AddCommentCallback

The AddCommentCallback to call on method invokation of the new add comment method node.

OpcAddCommentMethodNode(OpcAddCommentMethodNode.AddCommentExCallback)

Initializes a new instance of the OpcAddCommentMethodNode class with the AddCommentExCallback call given by callback.

C#

public OpcAddCommentMethodNode(OpcAddCommentMethodNode.AddCommentExCallback callback)


Parameters

callback AddCommentExCallback

The AddCommentExCallback to call on method invokation of the new add comment method node.

OpcAddCommentMethodNode(OpcName, OpcAddCommentMethodNode.AddCommentCallback)

Initializes a new instance of the OpcAddCommentMethodNode class accessible by the name specified with the AddCommentCallback call given by callback.

C#

public OpcAddCommentMethodNode(OpcName name, OpcAddCommentMethodNode.AddCommentCallback callback)


Parameters

name OpcName

The OpcName through that the new add comment method node can be accessed.

callback AddCommentCallback

The AddCommentCallback to call on method invokation of the new add comment method node.

OpcAddCommentMethodNode(OpcName, OpcAddCommentMethodNode.AddCommentExCallback)

Initializes a new instance of the OpcAddCommentMethodNode class accessible by the name specified with the AddCommentExCallback call given by callback.

C#

public OpcAddCommentMethodNode(OpcName name, OpcAddCommentMethodNode.AddCommentExCallback callback)


Parameters

name OpcName

The OpcName through that the new add comment method node can be accessed.

callback AddCommentExCallback

The AddCommentExCallback to call on method invokation of the new add comment method node.

OpcAddCommentMethodNode(OpcName, OpcNodeId, OpcAddCommentMethodNode.AddCommentCallback)

Initializes a new instance of the OpcAddCommentMethodNode class accessible by the name and id specified with the delegate to call given by callback.

C#

public OpcAddCommentMethodNode(OpcName name, OpcNodeId id, OpcAddCommentMethodNode.AddCommentCallback callback)


Parameters

name OpcName

The OpcName through that the new add comment method node can be accessed.

id OpcNodeId

The OpcNodeId through that the new add comment method node can be identified and accessed.

callback AddCommentCallback

The AddCommentCallback to call on method invokation of the new add comment method node.

OpcAddCommentMethodNode(OpcName, OpcNodeId, OpcAddCommentMethodNode.AddCommentExCallback)

Initializes a new instance of the OpcAddCommentMethodNode class accessible by the name and id specified with the delegate to call given by callback.

C#

public OpcAddCommentMethodNode(OpcName name, OpcNodeId id, OpcAddCommentMethodNode.AddCommentExCallback callback)


Parameters

name OpcName

The OpcName through that the new add comment method node can be accessed.

id OpcNodeId

The OpcNodeId through that the new add comment method node can be identified and accessed.

callback AddCommentExCallback

The AddCommentExCallback to call on method invokation of the new add comment method node.

DefaultTypeDefinitionId

Gets the default identifier which identifies the node that defines the underlying node type from that this OpcInstanceNode has been created.

C#

protected override OpcNodeId DefaultTypeDefinitionId { get; }


Property Value

OpcNodeId

The OpcNodeId of the type node from that this OpcInstanceNode has been created from. These type node defines the typical structure of an instance node of its type definition. If there exists no specific type definition node a null reference (Nothing in Visual Basic).