C1.WPF.GanttView.4.6.2 Assembly / C1.GanttView Namespace / BaseCommand Class
Fields Properties Methods


BaseCommand Class Members

The following tables list the members exposed by BaseCommand.

Protected Fields
 NameDescription
Protected FieldIs frist time to excute the command or not.  
Top
Public Properties
 NameDescription
Public PropertyGets the C1.WPF.GanttView.C1GanttView object, that's command owner.  
Top
Public Methods
 NameDescription
Public MethodExecutes the command.  
Public MethodUnexecutes the command.  
Top
Protected Methods
 NameDescription
Protected MethodAdd command to the undo stack for undo operation.  
Protected MethodExecutes the command without events.  
Protected MethodUnexecutes the command without events.  
Top
See Also