C# Class FdoToolbox.Base.Conditions.ProviderSupportConditionEvaluator

A condition evaluator that allows commands to be enabled/disabled based on whether a given provider is registered with this installation
Inheritance: IConditionEvaluator
Mostrar archivo Open project: jumpinjackie/fdotoolbox

Public Methods

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

Private Methods

Method Description
ProviderExists ( string provider ) : bool

Method Details

IsValid() public method

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