C# Class Opc.Ua.BaseDataVariableTypeState

A base class for all data variable type nodes.
Inheritance: BaseVariableTypeState
Show file Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Public Methods

Method Description
BaseDataVariableTypeState ( ) : System

Initializes the type 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

BaseDataVariableTypeState() public method

Initializes the type with its defalt attribute values.
public BaseDataVariableTypeState ( ) : 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