OpcNodeTypeInfo Class

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

Represents type declarations used for node types.

C#

public abstract class OpcNodeTypeInfo : IOpcType, IOpcNodeInfo


Inheritance Object › OpcNodeTypeInfo


Derived


Implements IOpcType, IOpcNodeInfo

Name Description
BaseType Gets the type from which the current OpcNodeTypeInfo directly inherits.
Category Gets the NodeCategoryOpcAttribute which identifies the kind of node and is therefore used to classify the node regarding its use and purpose.
Documentation Gets any semantic information that would help a human to understand what the type represents.
Empty Gets the type to use if their is no specific type data available.
IsAbstract
IsEmpty Gets a value indicating whether the current OpcNodeTypeInfo represents a type to use if there is no specific type described.
IsUnknown Gets a value indicating whether the OpcNodeTypeInfo acts as a placeholder for a referenced type its type declaration could not resolved.
Name Gets a value which defines the human-readable name of the type represented. A node which represents this OpcNodeTypeInfo uses the Name as its BrowseName.
SymbolicName
TypeId Gets a value which identifies the type represented. A node which represents this OpcNodeTypeInfo uses the TypeId as its NodeId.
TypeSystem Gets the the OpcNodeTypeSystem which conains the node type declaration represented.
UnderlyingType Gets the type which provides the implementation of the OpcNodeTypeInfo.
UserWriteAccess
WriteAccess
Name Description
AttributeValue(OpcAttribute) Retrieves the value of the attribute specified.
AttributeValue``1(OpcAttribute) Retrieves the value of the attribute specified.
Child(OpcName)
Children
Description(String)
Descriptions
DisplayName(String)
DisplayNames
GetUnderlyingType Retrieves the Type which provides the implementation of the OpcNodeTypeInfo.
References
ToString Returns a String representing the Name or the UnderlyingType of the current OpcNodeTypeInfo.