C# Class Adroit.Data.Commands.EditTaskCommand

Inheritance: ICommand
Show file Open project: chergert/adroit Class Usage Examples

Public Methods

Method Description
Chain ( ICommand other ) : bool
Do ( ) : void
Undo ( ) : void

Method Details

Chain() public method

public Chain ( ICommand other ) : bool
other ICommand
return bool

Do() public method

public Do ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void