OpcNodeTypeAttribute Members

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

OpcNodeTypeAttribute(byte[])

Initializes a new instance of the OpcNodeTypeAttribute class using the id to use to identify the according node type node.

C#

public OpcNodeTypeAttribute(byte[] id)


Parameters

id Byte[]

The opaque value of the node type node.

OpcNodeTypeAttribute(byte[], int)

Initializes a new instance of the OpcNodeTypeAttribute class using the id and namespaceIndex to use to identify the according node type node.

C#

public OpcNodeTypeAttribute(byte[] id, int namespaceIndex)


Parameters

id Byte[]

The opaque value of the node type node.

namespaceIndex Int32

The index of the namespace to that the node type node belongs.

OpcNodeTypeAttribute(byte[], string)

Initializes a new instance of the OpcNodeTypeAttribute class using the id and namespaceUri specified to use to identify the according node type node.

C#

public OpcNodeTypeAttribute(byte[] id, string namespaceUri)


Parameters

id Byte[]

The opaque value of the node type node.

namespaceUri String

The namespace URI that the Id should refer to.

OpcNodeTypeAttribute(int)

Initializes a new instance of the OpcNodeTypeAttribute class using the id to use to identify the according node type node.

C#

public OpcNodeTypeAttribute(int id)


Parameters

id Int32

The numeric identifier of the node type node.

OpcNodeTypeAttribute(int, int)

Initializes a new instance of the OpcNodeTypeAttribute class using the id and namespaceIndex to use to identify the according node type node.

C#

public OpcNodeTypeAttribute(int id, int namespaceIndex)


Parameters

id Int32

The numeric identifier of the node type node.

namespaceIndex Int32

The index of the namespace to that the node type node belongs.

OpcNodeTypeAttribute(int, string)

Initializes a new instance of the OpcNodeTypeAttribute class using the id and namespaceUri specified to use to identify the according node type node.

C#

public OpcNodeTypeAttribute(int id, string namespaceUri)


Parameters

id Int32

The numeric identifier of the node type node.

namespaceUri String

The namespace URI that the Id should refer to.

OpcNodeTypeAttribute(string)

Initializes a new instance of the OpcNodeTypeAttribute class using the id to use to identify the according node type node.

C#

public OpcNodeTypeAttribute(string id)


Parameters

id String

The textual identifier of the node type node.

OpcNodeTypeAttribute(string, int)

Initializes a new instance of the OpcNodeTypeAttribute class using the id and namespaceIndex to use to identify the according node type node.

C#

public OpcNodeTypeAttribute(string id, int namespaceIndex)


Parameters

id String

The textual identifier of the node type node.

namespaceIndex Int32

The index of the namespace to that the node type node belongs.

OpcNodeTypeAttribute(string, string)

Initializes a new instance of the OpcNodeTypeAttribute class using the id and namespaceUri specified to use to identify the according node type node.

C#

public OpcNodeTypeAttribute(string id, string namespaceUri)


Parameters

id String

The textual identifier of the node type node.

namespaceUri String

The namespace URI that the Id should refer to.

OpcNodeTypeAttribute(uint)

Initializes a new instance of the OpcNodeTypeAttribute class using the id to use to identify the according node type node.

C#

public OpcNodeTypeAttribute(uint id)


Parameters

id UInt32

The numeric identifier of the node type node.

OpcNodeTypeAttribute(uint, int)

Initializes a new instance of the OpcNodeTypeAttribute class using the id and namespaceIndex to use to identify the according node type node.

C#

public OpcNodeTypeAttribute(uint id, int namespaceIndex)


Parameters

id UInt32

The numeric identifier of the node type node.

namespaceIndex Int32

The index of the namespace to that the node type node belongs.

OpcNodeTypeAttribute(uint, string)

Initializes a new instance of the OpcNodeTypeAttribute class using the id and namespaceUri specified to use to identify the according node type node.

C#

public OpcNodeTypeAttribute(uint id, string namespaceUri)


Parameters

id UInt32

The numeric identifier of the node type node.

namespaceUri String

The namespace URI that the Id should refer to.

Description

Gets or sets a human readable text that describes the node type.

C#

public string Description { get; set; }


Property Value

String

A value which captures any semantic information that whould help a human to unterstand what is contained in the node type.

Id

Gets the node identifier used to define the node type node of the Type to that the attribute has been applied.

C#

public OpcNodeId Id { get; }


Property Value

OpcNodeId

An instance of the OpcNodeId which identifies the node type node of the Type to that the attribute has been applied.