C# Class SpeakFriend.Utilities.ConditionSingle

Inheritance: ConditionNumericAbstract, IConditionNumeric
Afficher le fichier Open project: teamaton/speak-lib

Méthodes publiques

Méthode 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 méthode

public ConditionSingle ( ConditionContainer conditions, string propertyName ) : System
conditions ConditionContainer
propertyName string
Résultat System

ConditionSingle() public méthode

public ConditionSingle ( ConditionContainer conditions, string propertyName, System.Single criticalValue ) : System
conditions ConditionContainer
propertyName string
criticalValue System.Single
Résultat System

GetValue() public méthode

public GetValue ( ) : object
Résultat object

GreaterThan() public méthode

public GreaterThan ( System.Single value ) : void
value System.Single
Résultat void

GreaterThan() public méthode

public GreaterThan ( bool isChecked, System.Single value ) : void
isChecked bool
value System.Single
Résultat void

GreaterThan() public méthode

public GreaterThan ( object value ) : void
value object
Résultat void

IsSet() public méthode

public IsSet ( ) : bool
Résultat bool

LessThanCritical() public méthode

public LessThanCritical ( bool activate ) : void
activate bool
Résultat void

LessThanOrEqual() public méthode

public LessThanOrEqual ( System.Single value ) : void
value System.Single
Résultat void

LessThanOrEqual() public méthode

public LessThanOrEqual ( bool isChecked, System.Single value ) : void
isChecked bool
value System.Single
Résultat void

LessThanOrEqual() public méthode

public LessThanOrEqual ( object value ) : void
value object
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void