Symphony Framework
GenericCommand Class Methods


Symphony.Conductor.Commands Namespace : GenericCommand Class

For a list of all members of this type, see GenericCommand members.

Public Methods
 NameDescription
Public Method 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)
Public MethodOverridden.  Execute method performs the command. This method should be overriden to implement logic.  
Top
Protected Methods
 NameDescription
Protected Method Protected method to raise the status changed event. (Inherited from Symphony.Conductor.Commands.RoutedCommandBase)
Top
See Also

Reference

GenericCommand Class
Symphony.Conductor.Commands Namespace