C# Class OZWForm.Node

Container for Nodes
Show file Open project: Yadoms/yadoms Class Usage Examples

Public Methods

Method 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 method

Adds the value.
public AddValue ( ZWValueID valueID ) : void
valueID ZWValueID The value identifier.
return void

Node() public method

Initializes a new instance of the Node class.
public Node ( ) : System
return System

RemoveValue() public method

Removes the value.
public RemoveValue ( ZWValueID valueID ) : void
valueID ZWValueID The value identifier.
return void