C# Class OZWForm.Node

Container for Nodes
Afficher le fichier Open project: Yadoms/yadoms Class Usage Examples

Méthodes publiques

Méthode Description
AddValue ( ZWValueID valueID ) : void

Adds the value.

Node ( ) : System

Initializes a new instance of the Node class.

RemoveValue ( ZWValueID valueID ) : void

Removes the value.

Method Details

AddValue() public méthode

Adds the value.
public AddValue ( ZWValueID valueID ) : void
valueID ZWValueID The value identifier.
Résultat void

Node() public méthode

Initializes a new instance of the Node class.
public Node ( ) : System
Résultat System

RemoveValue() public méthode

Removes the value.
public RemoveValue ( ZWValueID valueID ) : void
valueID ZWValueID The value identifier.
Résultat void