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
파일 보기 프로젝트 열기: rforsbach/Treu-Structure

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