C# Class Opc.Ua.BaseObjectTypeState

The base class for all object type nodes.
Inheritance: BaseTypeState
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Méthodes publiques

Méthode Description
BaseObjectTypeState ( ) : System

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

BaseObjectTypeState() public méthode

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