Метод | Описание | |
---|---|---|
CollectiveDynamicVerbsFactory ( IEnumerable commandProviders ) : System | ||
Dispose ( ) : void | ||
GetCommandDefintionForVerb ( Type dynamicVerb ) : CommandDefinition | ||
GetDynamicVerbs ( IEnumerable path ) : IEnumerable |
||
GetDynamicVerbs ( Type currentVerb ) : IEnumerable |
public CollectiveDynamicVerbsFactory ( IEnumerable commandProviders ) : System | ||
commandProviders | IEnumerable | |
Результат | System |
public GetCommandDefintionForVerb ( Type dynamicVerb ) : CommandDefinition | ||
dynamicVerb | Type | |
Результат | CommandDefinition |
public GetDynamicVerbs ( IEnumerable path ) : IEnumerable |
||
path | IEnumerable | |
Результат | IEnumerable |
public GetDynamicVerbs ( Type currentVerb ) : IEnumerable |
||
currentVerb | Type | |
Результат | IEnumerable |