C# Class SpeakFriend.Utilities.ConditionSingle

Inheritance: ConditionNumericAbstract, IConditionNumeric
Show file Open project: teamaton/speak-lib

Public Methods

Method Description
ConditionSingle ( ConditionContainer conditions, string propertyName ) : System
ConditionSingle ( ConditionContainer conditions, string propertyName, System.Single criticalValue ) : System
GetValue ( ) : object
GreaterThan ( System.Single value ) : void
GreaterThan ( bool isChecked, System.Single value ) : void
GreaterThan ( object value ) : void
IsSet ( ) : bool
LessThanCritical ( bool activate ) : void
LessThanOrEqual ( System.Single value ) : void
LessThanOrEqual ( bool isChecked, System.Single value ) : void
LessThanOrEqual ( object value ) : void
Reset ( ) : void

Method Details

ConditionSingle() public method

public ConditionSingle ( ConditionContainer conditions, string propertyName ) : System
conditions ConditionContainer
propertyName string
return System

ConditionSingle() public method

public ConditionSingle ( ConditionContainer conditions, string propertyName, System.Single criticalValue ) : System
conditions ConditionContainer
propertyName string
criticalValue System.Single
return System

GetValue() public method

public GetValue ( ) : object
return object

GreaterThan() public method

public GreaterThan ( System.Single value ) : void
value System.Single
return void

GreaterThan() public method

public GreaterThan ( bool isChecked, System.Single value ) : void
isChecked bool
value System.Single
return void

GreaterThan() public method

public GreaterThan ( object value ) : void
value object
return void

IsSet() public method

public IsSet ( ) : bool
return bool

LessThanCritical() public method

public LessThanCritical ( bool activate ) : void
activate bool
return void

LessThanOrEqual() public method

public LessThanOrEqual ( System.Single value ) : void
value System.Single
return void

LessThanOrEqual() public method

public LessThanOrEqual ( bool isChecked, System.Single value ) : void
isChecked bool
value System.Single
return void

LessThanOrEqual() public method

public LessThanOrEqual ( object value ) : void
value object
return void

Reset() public method

public Reset ( ) : void
return void