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
Show file Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
IsValid ( object caller, Condition condition ) : bool

Method Details

IsValid() public method

public IsValid ( object caller, Condition condition ) : bool
caller object
condition Condition
return bool