C# Класс Command.DictionaryExtensions

Extension methods for working with the argument values supplied in a Dictionary.
Показать файл Открыть проект

Открытые методы

Метод Описание
ContainsRequiredValuesForCommand ( object>.this args, Command cmd ) : bool

Checks if the supplied Dictionary contains all the required arguments to invoke the specified command.

ContainsValueForSetting ( object>.this args, ISetting setting ) : bool

Checks if the supplied Dictionary contains a value for the specified ISetting.

Описание методов

ContainsRequiredValuesForCommand() публичный статический Метод

Checks if the supplied Dictionary contains all the required arguments to invoke the specified command.
public static ContainsRequiredValuesForCommand ( object>.this args, Command cmd ) : bool
args object>.this
cmd Command
Результат bool

ContainsValueForSetting() публичный статический Метод

Checks if the supplied Dictionary contains a value for the specified ISetting.
public static ContainsValueForSetting ( object>.this args, ISetting setting ) : bool
args object>.this
setting ISetting
Результат bool