OpcModelChangeItem Class

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

Represents changes in the model regarding a specific node affected by the change actions.

C#

public class OpcModelChangeItem


Inheritance Object › OpcModelChangeItem

Name Description
OpcModelChangeItem(OpcNodeId, OpcModelChangeActions) Initializes a new instance of the OpcModelChangeItem class with the OpcNodeId (affected) of the node affected by the change actions.
OpcModelChangeItem(OpcNodeId, OpcNodeId, OpcModelChangeActions) Initializes a new instance of the OpcModelChangeItem class with the OpcNodeId (affected) of the node affected, the OpcNodeId (affectedType) of the type definition of the node affected and the change actions> applied.
Name Description
Actions Gets a value indicating several changes on the affected node at once.
Affected Gets the OpcNodeId which specifies which node was changed.
AffectedType Gets the OpcNodeId of the type definition node of the affected node in case the node which was changed was an Object or Variable node.