C# Class Canguro.Commands.ModelCommand

Generic Model Command to group and provide services to all the commands that act upon the Model.
Inheritance: Canguro.Utility.GlobalizedObject, Command
Afficher le fichier Open project: rforsbach/Treu-Structure

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AllowCancel ( ) : bool

Returns true if a command allows cancelling. Can be overrided to disable Cancel.

Run ( Canguro services ) : void

Throws a NotImplementedException. Subclasses should always override this method.

Method Details

AllowCancel() public méthode

Returns true if a command allows cancelling. Can be overrided to disable Cancel.
public AllowCancel ( ) : bool
Résultat bool

Run() public méthode

Throws a NotImplementedException. Subclasses should always override this method.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
Résultat void