C# Class Opc.Ua.FolderTypeState

The base class for all object type nodes.
Inheritance: BaseObjectTypeState
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary

Public Methods

Method Description
FolderTypeState ( ) : System

Initializes the instance with its defalt attribute values.

Protected Methods

Method Description
Initialize ( ISystemContext context ) : void

Initializes the instance with the default values.

Method Details

FolderTypeState() public method

Initializes the instance with its defalt attribute values.
public FolderTypeState ( ) : System
return System

Initialize() protected method

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