OpcModelChangeEventNode Members

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

OpcModelChangeEventNode(BaseModelChangeEventState)

Initializes a new instance of the OpcModelChangeEventNode class using the content as the instance to wrap.

C#

protected OpcModelChangeEventNode(BaseModelChangeEventState content)


Parameters

content BaseModelChangeEventState

The BaseModelChangeEventState to wrap.


Exceptions

ArgumentNullException

The content is a null reference (Nothing in Visual Basic).

OpcModelChangeEventNode(BaseModelChangeEventState, OpcNodeModel)

Initializes a new instance of the OpcModelChangeEventNode class using the content as the instance to wrap.

C#

protected OpcModelChangeEventNode(BaseModelChangeEventState content, OpcNodeModel model)


Parameters

content BaseModelChangeEventState

The BaseModelChangeEventState to wrap.

model OpcNodeModel

The OpcNodeModel which defines the modelling directives for the new node or a null reference (Nothing in Visual Basic) if there are no directives are to be applied to the node.


Exceptions

ArgumentNullException

The content is a null reference (Nothing in Visual Basic).

OpcModelChangeEventNode(IOpcNode, OpcName)

Initializes a new instance of the OpcModelChangeEventNode class accessible by the name specified as a child node of the parent node given.

C#

public OpcModelChangeEventNode(IOpcNode parent, OpcName name)


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 model change event node can be accessed.

OpcModelChangeEventNode(IOpcNode, OpcName, OpcNodeId)

Initializes a new instance of the OpcModelChangeEventNode class accessible by the name and id specified as a child node of the parent node given.

C#

public OpcModelChangeEventNode(IOpcNode parent, OpcName name, OpcNodeId id)


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 model change event node can be accessed.

id OpcNodeId

The OpcNodeId through that the new model change event node can be identified and accessed.

OpcModelChangeEventNode(OpcName)

Initializes a new instance of the OpcModelChangeEventNode class accessible by the name specified.

C#

public OpcModelChangeEventNode(OpcName name)


Parameters

name OpcName

The OpcName through that the new model change event node can be accessed.

OpcModelChangeEventNode(OpcName, OpcNodeId)

Initializes a new instance of the OpcModelChangeEventNode class accessible by the name and id specified.

C#

public OpcModelChangeEventNode(OpcName name, OpcNodeId id)


Parameters

name OpcName

The OpcName through that the new model change event node can be accessed.

id OpcNodeId

The OpcNodeId through that the new model change event node can be identified and accessed.

OpcModelChangeEventNode(OpcNodeModel, IOpcNode, OpcName)

Initializes a new instance of the OpcModelChangeEventNode class accessible by the name specified as a child node of the parent node given.

C#

protected OpcModelChangeEventNode(OpcNodeModel model, IOpcNode parent, OpcName name)


Parameters

model OpcNodeModel

The OpcNodeModel which defines the modelling directives for the new node or a null reference (Nothing in Visual Basic) if there are no directives are to be applied to the node.

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 model change event node can be accessed.

OpcModelChangeEventNode(OpcNodeModel, IOpcNode, OpcName, OpcNodeId)

Initializes a new instance of the OpcModelChangeEventNode class accessible by the name and id specified as a child node of the parent node given.

C#

protected OpcModelChangeEventNode(OpcNodeModel model, IOpcNode parent, OpcName name, OpcNodeId id)


Parameters

model OpcNodeModel

The OpcNodeModel which defines the modelling directives for the new node or a null reference (Nothing in Visual Basic) if there are no directives are to be applied to the node.

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 model change event node can be accessed.

id OpcNodeId

The OpcNodeId through that the new model change event node can be identified and accessed.

OpcModelChangeEventNode(OpcNodeModel, OpcName)

Initializes a new instance of the OpcModelChangeEventNode class accessible by the name specified.

C#

protected OpcModelChangeEventNode(OpcNodeModel model, OpcName name)


Parameters

model OpcNodeModel

The OpcNodeModel which defines the modelling directives for the new node or a null reference (Nothing in Visual Basic) if there are no directives are to be applied to the node.

name OpcName

The OpcName through that the new model change event node can be accessed.

OpcModelChangeEventNode(OpcNodeModel, OpcName, OpcNodeId)

Initializes a new instance of the OpcModelChangeEventNode class accessible by the name and id specified.

C#

protected OpcModelChangeEventNode(OpcNodeModel model, OpcName name, OpcNodeId id)


Parameters

model OpcNodeModel

The OpcNodeModel which defines the modelling directives for the new node or a null reference (Nothing in Visual Basic) if there are no directives are to be applied to the node.

name OpcName

The OpcName through that the new model change event node can be accessed.

id OpcNodeId

The OpcNodeId through that the new model change event node can be identified and accessed.