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
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

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

Private Methods

Méthode Description
ProviderExists ( string provider ) : bool

Method Details

IsValid() public méthode

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