OpcNodeIdFactory Class

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

Provides an abstract base class which defines mechanisms to create new OpcNodeId instances.

C#

public abstract class OpcNodeIdFactory


Inheritance Object › OpcNodeIdFactory


Derived

Name Description
OpcNodeIdFactory Initializes a new instance of the OpcNodeIdFactory class.
Name Description
Create(OpcContext) When implemented in a derived class, creates a new OpcNodeId just using the context specified.
Create(OpcContext, OpcNamespace) Creates a new OpcNodeId using the context and nodeNamespace specified.
Create(OpcContext, OpcNamespace, IOpcNodeInfo) Creates a new OpcNodeId using the context, nodeNamespace and node for that the node identifier is used.