C# 클래스 Treefrog.Presentation.Commands.CompoundCommand

상속: Command
파일 보기 프로젝트 열기: jaquadro/Treefrog 1 사용 예제들

공개 메소드들

메소드 설명
AddCommand ( Command command ) : void
CompoundCommand ( ) : System.Collections.Generic
CompoundCommand ( Command command ) : System.Collections.Generic
CompoundCommand ( IEnumerable commands ) : System.Collections.Generic
Execute ( ) : void
Redo ( ) : void
Undo ( ) : void

메소드 상세

AddCommand() 공개 메소드

public AddCommand ( Command command ) : void
command Command
리턴 void

CompoundCommand() 공개 메소드

public CompoundCommand ( ) : System.Collections.Generic
리턴 System.Collections.Generic

CompoundCommand() 공개 메소드

public CompoundCommand ( Command command ) : System.Collections.Generic
command Command
리턴 System.Collections.Generic

CompoundCommand() 공개 메소드

public CompoundCommand ( IEnumerable commands ) : System.Collections.Generic
commands IEnumerable
리턴 System.Collections.Generic

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

Redo() 공개 메소드

public Redo ( ) : void
리턴 void

Undo() 공개 메소드

public Undo ( ) : void
리턴 void