Name | Description | |
---|---|---|
CanExecute | CanExecute returns true/false depending on if the command can be executed. The default is to return TRUE, override in the extending class to add logic (Inherited from Symphony.Conductor.Commands.RoutedCommandBase) | |
Execute | Overridden. Execute method performs the command. This method should be overriden to implement logic. |