IOpcNodeTypeInfo Interface

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

Defines type declaration information used for node types.

C#

public interface IOpcNodeTypeInfo
Name Description
BaseType Gets the type from which the current IOpcNodeTypeInfo directly inherits.
IsObject Gets a value indicating whether the type is an object node (see Object).
IsSystemType Gets a value indicating whether the current IOpcNodeTypeInfo represents one of the predefined built-in node types defined by the OPC UA.
IsVariable Gets a value indicating whether the type is an object node (see Variable).
Name Gets a value which defines the non-localizable human-readable name of the type represented. A node which represents this IOpcNodeTypeInfo uses the Name as its BrowseName.
TypeId Gets a value which identifies the type represented. A node which represents this IOpcNodeTypeInfo uses the TypeId as its NodeId.
UnderlyingType Gets the type which provides the implementation of the IOpcNodeTypeInfo.
Name Description
GetMember(String) Searches for the member with the specified name.
GetMembers Returns all the members of the current IOpcNodeTypeInfo.
References Retrieves a sequence of immutable references between this node type and other nodes.