C# Class Opc.Ua.FolderState

The base class for all folder nodes.
Inheritance: BaseObjectState
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Public Methods

Method Description
FolderState ( NodeState parent ) : System

Initializes the instance with its defalt attribute values.

Protected Methods

Method Description
GetDefaultTypeDefinitionId ( Opc.Ua.NamespaceTable namespaceUris ) : Opc.Ua.NodeId

Returns the id of the default type definition node for the instance.

Initialize ( ISystemContext context ) : void

Initializes the instance with the default values.

Method Details

FolderState() public method

Initializes the instance with its defalt attribute values.
public FolderState ( NodeState parent ) : System
parent NodeState
return System

GetDefaultTypeDefinitionId() protected method

Returns the id of the default type definition node for the instance.
protected GetDefaultTypeDefinitionId ( Opc.Ua.NamespaceTable namespaceUris ) : Opc.Ua.NodeId
namespaceUris Opc.Ua.NamespaceTable
return Opc.Ua.NodeId

Initialize() protected method

Initializes the instance with the default values.
protected Initialize ( ISystemContext context ) : void
context ISystemContext
return void