Name | Description | |
---|---|---|
GenericCommand Constructor | Overloaded. Create an instance of the GenericCommand class. |
The following tables list the members exposed by GenericCommand.
Name | Description | |
---|---|---|
GenericCommand Constructor | Overloaded. Create an instance of the GenericCommand class. |
Name | Description | |
---|---|---|
mVM | Store the base ViewModel (Inherited from Symphony.Conductor.Commands.RoutedCommandBase) |
Name | Description | |
---|---|---|
ExecuteState | Property to allow the consumer to change the execution state of a command. (Inherited from Symphony.Conductor.Commands.RoutedCommandBase) | |
HostDataContext | Provide the ability to bind the host data context to the command. | |
IsExecutable | Property to return the CanExecute status of the command. (Inherited from Symphony.Conductor.Commands.RoutedCommandBase) | |
Name | Expose the name of the GenericCommand as defined when the instance is created. |
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. |
Name | Description | |
---|---|---|
executeStatusChanged | Protected method to raise the status changed event. (Inherited from Symphony.Conductor.Commands.RoutedCommandBase) |
Name | Description | |
---|---|---|
CanExecuteChanged | Event raised when the executable status of the command changes. (Inherited from Symphony.Conductor.Commands.RoutedCommandBase) | |
CommandExecuted | This event is raised when the GenericCommand Execute method is executed. | |
PropertyChanged | Allow change notifications. (Inherited from Symphony.Conductor.Commands.RoutedCommandBase) |