C# Class ICSharpCode.Core.OwnerStateConditionEvaluator

Condition evaluator that compares the state of the caller/owner with a specified value. The caller/owner has to implement IOwnerState.
Inheritance: IConditionEvaluator
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
IsValid ( object caller, Condition condition ) : bool

Method Details

IsValid() public méthode

public IsValid ( object caller, Condition condition ) : bool
caller object
condition Condition
Résultat bool