C# Класс Canguro.Commands.ModelCommand

Generic Model Command to group and provide services to all the commands that act upon the Model.
Наследование: Canguro.Utility.GlobalizedObject, Command
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

AllowCancel() публичный Метод

Returns true if a command allows cancelling. Can be overrided to disable Cancel.
public AllowCancel ( ) : bool
Результат bool

Run() публичный Метод

Throws a NotImplementedException. Subclasses should always override this method.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
Результат void