C# Class GSF.Parsing.BooleanExpression.Variable

Afficher le fichier Open project: GridProtectionAlliance/gsf

Méthodes publiques

Свойство Type Description
Identifier string
Value bool

Méthodes publiques

Méthode Description
Variable ( string identifier ) : System

Creates a new instance of the Variable class.

Method Details

Variable() public méthode

Creates a new instance of the Variable class.
public Variable ( string identifier ) : System
identifier string The identifier used to refer to the variable.
Résultat System

Property Details

Identifier public_oe property

The identifier used to refer to the variable.
public string Identifier
Résultat string

Value public_oe property

The value of the variable.
public bool Value
Résultat bool