C# Class Opc.Ua.FolderTypeState

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

Méthodes publiques

Méthode Description
FolderTypeState ( ) : System

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

FolderTypeState() public méthode

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

Initialize() protected méthode

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