Symphony Framework
RoutedCommandBase Class Members
Fields  Properties  Methods  Events


Symphony.Conductor.Commands Namespace : RoutedCommandBase Class

The following tables list the members exposed by RoutedCommandBase.

Public Constructors
 NameDescription
Public Constructor Base constructor  
Top
Protected Fields
 NameDescription
Protected Field Store the base ViewModel  
Top
Public Properties
 NameDescription
Public Property Property to allow the consumer to change the execution state of a command.  
Public Property Property to return the CanExecute status of the command.  
Top
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  
Public Method 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.  
Top
Public Events
 NameDescription
Public Event Event raised when the executable status of the command changes.  
Public Event Allow change notifications.  
Top
See Also

Reference

RoutedCommandBase Class
Symphony.Conductor.Commands Namespace