Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
DelegateCommand ( System.Action addEntityExecute ) : System | ||
Execute ( object parameter ) : void |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
public DelegateCommand ( System.Action addEntityExecute ) : System | ||
addEntityExecute | System.Action | |
return | System |