C# Class Opc.Ua.BaseObjectTypeState

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

Public Methods

Method Description
BaseObjectTypeState ( ) : System

Initializes the instance with its defalt attribute values.

Construct ( NodeState parent ) : NodeState

Constructs an instance of a node.

Protected Methods

Method Description
Initialize ( ISystemContext context ) : void

Initializes the instance with the default values.

Method Details

BaseObjectTypeState() public method

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

Construct() public static method

Constructs an instance of a node.
public static Construct ( NodeState parent ) : NodeState
parent NodeState The parent.
return NodeState

Initialize() protected method

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