C# Class Opc.Ua.PropertyTypeState

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

Méthodes publiques

Méthode Description
Construct ( NodeState parent ) : NodeState

Constructs an instance of a node.

PropertyTypeState ( ) : System

Initializes the type with its defalt attribute values.

Méthodes protégées

Méthode Description
Initialize ( ISystemContext context ) : void

Initializes the instance with the default values.

Method Details

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

PropertyTypeState() public méthode

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