C# Class GSF.Parsing.BooleanExpression.Variable

Show file Open project: GridProtectionAlliance/gsf

Public Properties

Property Type Description
Identifier string
Value bool

Public Methods

Method Description
Variable ( string identifier ) : System

Creates a new instance of the Variable class.

Method Details

Variable() public method

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

Property Details

Identifier public property

The identifier used to refer to the variable.
public string Identifier
return string

Value public property

The value of the variable.
public bool Value
return bool