OpcNodeTypeAttribute Class

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

Defines the identifier of a custom node type which is represented by the Type on that this attribute is applied.

C#

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple = false, Inherited = false)]
public class OpcNodeTypeAttribute : Attribute, _Attribute


Inheritance ObjectAttribute › OpcNodeTypeAttribute


Attributes AttributeUsageAttribute


Implements InteropServices._Attribute

Name Description
OpcNodeTypeAttribute(Byte) Initializes a new instance of the OpcNodeTypeAttribute class using the id to use to identify the according node type node.
OpcNodeTypeAttribute(Byte, Int32) Initializes a new instance of the OpcNodeTypeAttribute class using the id and namespaceIndex to use to identify the according node type node.
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.
OpcNodeTypeAttribute(Int32) Initializes a new instance of the OpcNodeTypeAttribute class using the id to use to identify the according node type node.
OpcNodeTypeAttribute(Int32, Int32) Initializes a new instance of the OpcNodeTypeAttribute class using the id and namespaceIndex to use to identify the according node type node.
OpcNodeTypeAttribute(Int32, String) Initializes a new instance of the OpcNodeTypeAttribute class using the id and namespaceUri specified to use to identify the according node type node.
OpcNodeTypeAttribute(String) Initializes a new instance of the OpcNodeTypeAttribute class using the id to use to identify the according node type node.
OpcNodeTypeAttribute(String, Int32) Initializes a new instance of the OpcNodeTypeAttribute class using the id and namespaceIndex to use to identify the according node type node.
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.
OpcNodeTypeAttribute(UInt32) Initializes a new instance of the OpcNodeTypeAttribute class using the id to use to identify the according node type node.
OpcNodeTypeAttribute(UInt32, Int32) Initializes a new instance of the OpcNodeTypeAttribute class using the id and namespaceIndex to use to identify the according node type node.
OpcNodeTypeAttribute(UInt32, String) Initializes a new instance of the OpcNodeTypeAttribute class using the id and namespaceUri specified to use to identify the according node type node.
Name Description
Description Gets or sets a human readable text that describes 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.