OpcObjectNode Members

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

OpcObjectNode(BaseObjectState)

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

C#

protected OpcObjectNode(BaseObjectState content)


Parameters

content BaseObjectState

The BaseObjectState to wrap.


Exceptions

ArgumentNullException

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

OpcObjectNode(BaseObjectState, OpcNodeModel)

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

C#

protected OpcObjectNode(BaseObjectState content, OpcNodeModel model)


Parameters

content BaseObjectState

The BaseObjectState 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).

OpcObjectNode(IOpcNode, OpcName)

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

C#

public OpcObjectNode(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 object node can be accessed.

OpcObjectNode(IOpcNode, OpcName, OpcNodeId)

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

C#

public OpcObjectNode(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 object node can be accessed.

id OpcNodeId

The OpcNodeId through that the new object node can be identified and accessed.

OpcObjectNode(IOpcNode, OpcName, OpcNodeId, params OpcInstanceNode[])

Initializes a new instance of the OpcObjectNode class accessible by the name, id specified as a child node of the parent node given and with the initial child nodes specified by children.

C#

public OpcObjectNode(IOpcNode parent, OpcName name, OpcNodeId id, params OpcInstanceNode[] children)


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 object node can be accessed.

id OpcNodeId

The OpcNodeId through that the new object node can be identified and accessed.

children OpcInstanceNode[]

The initial child nodes of the node.

OpcObjectNode(IOpcNode, OpcName, params OpcInstanceNode[])

Initializes a new instance of the OpcObjectNode class accessible by the name specified as a child node of the parent node given and with the initial child nodes specified by children.

C#

public OpcObjectNode(IOpcNode parent, OpcName name, params OpcInstanceNode[] children)


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 object node can be accessed.

children OpcInstanceNode[]

The initial child nodes of the node.

OpcObjectNode(OpcName)

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

C#

public OpcObjectNode(OpcName name)


Parameters

name OpcName

The OpcName through that the new object node can be accessed.

OpcObjectNode(OpcName, OpcNodeId)

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

C#

public OpcObjectNode(OpcName name, OpcNodeId id)


Parameters

name OpcName

The OpcName through that the new object node can be accessed.

id OpcNodeId

The OpcNodeId through that the new object node can be identified and accessed.

OpcObjectNode(OpcName, OpcNodeId, params OpcInstanceNode[])

Initializes a new instance of the OpcObjectNode class accessible by the name, id and with the initial child nodes specified by children.

C#

public OpcObjectNode(OpcName name, OpcNodeId id, params OpcInstanceNode[] children)


Parameters

name OpcName

The OpcName through that the new object node can be accessed.

id OpcNodeId

The OpcNodeId through that the new object node can be identified and accessed.

children OpcInstanceNode[]

The initial child nodes of the node.

OpcObjectNode(OpcName, params OpcInstanceNode[])

Initializes a new instance of the OpcObjectNode class accessible by the name and with the initial child nodes specified by children.

C#

public OpcObjectNode(OpcName name, params OpcInstanceNode[] children)


Parameters

name OpcName

The OpcName through that the new object node can be accessed.

children OpcInstanceNode[]

The initial child nodes of the node.

OpcObjectNode(OpcNodeModel, IOpcNode, OpcName)

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

C#

protected OpcObjectNode(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 object node can be accessed.

OpcObjectNode(OpcNodeModel, IOpcNode, OpcName, OpcNodeId)

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

C#

protected OpcObjectNode(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 object node can be accessed.

id OpcNodeId

The OpcNodeId through that the new object node can be identified and accessed.

OpcObjectNode(OpcNodeModel, IOpcNode, OpcName, OpcNodeId, params OpcInstanceNode[])

Initializes a new instance of the OpcObjectNode class accessible by the name, id specified as a child node of the parent node given and with the initial child nodes specified by children.

C#

protected OpcObjectNode(OpcNodeModel model, IOpcNode parent, OpcName name, OpcNodeId id, params OpcInstanceNode[] children)


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 object node can be accessed.

id OpcNodeId

The OpcNodeId through that the new object node can be identified and accessed.

children OpcInstanceNode[]

The initial child nodes of the node.

OpcObjectNode(OpcNodeModel, IOpcNode, OpcName, params OpcInstanceNode[])

Initializes a new instance of the OpcObjectNode class accessible by the name specified as a child node of the parent node given and with the initial child nodes specified by children.

C#

protected OpcObjectNode(OpcNodeModel model, IOpcNode parent, OpcName name, params OpcInstanceNode[] children)


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 object node can be accessed.

children OpcInstanceNode[]

The initial child nodes of the node.

OpcObjectNode(OpcNodeModel, OpcName)

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

C#

protected OpcObjectNode(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 object node can be accessed.

OpcObjectNode(OpcNodeModel, OpcName, OpcNodeId)

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

C#

protected OpcObjectNode(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 object node can be accessed.

id OpcNodeId

The OpcNodeId through that the new object node can be identified and accessed.

OpcObjectNode(OpcNodeModel, OpcName, OpcNodeId, params OpcInstanceNode[])

Initializes a new instance of the OpcObjectNode class accessible by the name, id and with the initial child nodes specified by children.

C#

protected OpcObjectNode(OpcNodeModel model, OpcName name, OpcNodeId id, params OpcInstanceNode[] children)


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 object node can be accessed.

id OpcNodeId

The OpcNodeId through that the new object node can be identified and accessed.

children OpcInstanceNode[]

The initial child nodes of the node.

OpcObjectNode(OpcNodeModel, OpcName, params OpcInstanceNode[])

Initializes a new instance of the OpcObjectNode class accessible by the name and with the initial child nodes specified by children.

C#

protected OpcObjectNode(OpcNodeModel model, OpcName name, params OpcInstanceNode[] children)


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 object node can be accessed.

children OpcInstanceNode[]

The initial child nodes of the node.

DefaultReferenceTypeId

Gets the default identifier which identifies the type that defines the underlying node reference within this OpcInstanceNode is referenced by its parent node.

C#

protected override OpcNodeId DefaultReferenceTypeId { get; }


Property Value

OpcNodeId

The OpcNodeId of the reference wihin this OpcInstanceNode is referenced. These reference defines the typical behaviour of an instance node and its role in the address space regarding its parent. If there exists no specific reference type a null reference (Nothing in Visual Basic).

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).

AddNotifier(OpcContext, IOpcNode)

Adds the node to the collection of notifiers (= event sources) of this node.

C#

public override sealed void AddNotifier(OpcContext context, IOpcNode node)


Parameters

context OpcContext

The OpcContext to use to add the node as the notifying event source.

node IOpcNode

The IOpcNode instance acting as the notifier.



Exceptions

ArgumentNullException

The context or node is null reference (Nothing in Visual Basic).


Remarks

If the node is the first notifier being added to the collection of notifiers the EventNotifier attribute of this OpcObjectNode is set to 'SubscribeToEvents'.

RemoveNotifier(OpcContext, IOpcNode)

Removes the node from the collection of notifiers (= event sources) of this node.

C#

public override void RemoveNotifier(OpcContext context, IOpcNode node)


Parameters

context OpcContext

The OpcContext to use to remove the node as the notifying event source.

node IOpcNode

The IOpcNode instance no longer acting as the notifier.



Exceptions

ArgumentNullException

The context or node is a null reference (Nothing in Visual Basic).


Remarks

If the node is the last notifier being removed from the collection of notifiers the EventNotifier attribute of this OpcObjectNode is unset from 'SubscribeToEvents'.