C# Class Opc.Ua.BaseDataVariableTypeState

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

Méthodes publiques

Méthode Description
BaseDataVariableTypeState ( ) : System

Initializes the type with its defalt attribute values.

Construct ( NodeState parent ) : NodeState

Constructs an instance of a node.

Méthodes protégées

Méthode Description
Initialize ( ISystemContext context ) : void

Initializes the instance with the default values.

Method Details

BaseDataVariableTypeState() public méthode

Initializes the type with its defalt attribute values.
public BaseDataVariableTypeState ( ) : System
Résultat System

Construct() public static méthode

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

Initialize() protected méthode

Initializes the instance with the default values.
protected Initialize ( ISystemContext context ) : void
context ISystemContext
Résultat void