Method | Description | |
---|---|---|
BuildCollectionFor ( object owner ) : IMvxCommandCollection | ||
MvxCommandCollectionBuilder ( ) : System |
Method | Description | |
---|---|---|
CanExecutePropertyInfo ( |
||
CanExecuteProperyName ( |
||
CommandAttribute ( |
||
CreateCommand ( object owner, |
||
CreateCommands ( object owner, |
||
GetCommandNameOrNull ( |
||
GetConventionalCommandNameOrNull ( |
public BuildCollectionFor ( object owner ) : IMvxCommandCollection | ||
owner | object | |
return | IMvxCommandCollection |
protected CanExecutePropertyInfo ( |
||
type | ||
commandMethod | ||
return |
protected CanExecuteProperyName ( |
||
method | ||
return | string |
protected CommandAttribute ( |
||
method | ||
return |
protected CreateCommand ( object owner, |
||
owner | object | |
collection | ||
commandMethod | ||
commandName | string | |
hasParameter | bool | |
return | void |
protected CreateCommands ( object owner, |
||
owner | object | |
toReturn | ||
return | void |
protected GetCommandNameOrNull ( |
||
method | ||
return | string |
protected GetConventionalCommandNameOrNull ( |
||
method | ||
suffix | string | |
return | string |
public MvxCommandCollectionBuilder ( ) : System | ||
return | System |