C# 클래스 Command.DictionaryExtensions

Extension methods for working with the argument values supplied in a Dictionary.
파일 보기 프로젝트 열기: agardiner/hfmcmd

공개 메소드들

메소드 설명
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