C# 클래스 NanoByte.Common.Undo.PreExecutedCompositeCommand

Combines multiple already executed IUndoCommands into a single atomic transaction.
상속: PreExecutedCommand
파일 보기 프로젝트 열기: nano-byte/common 1 사용 예제들

공개 메소드들

메소드 설명
PreExecutedCompositeCommand ( [ commands ) : System

Creates a new composite command.

보호된 메소드들

메소드 설명
OnRedo ( ) : void

Executes all the contained IUndoCommands in order.

OnUndo ( ) : void

Undoes all the contained IUndoCommands in reverse order.

메소드 상세

OnRedo() 보호된 메소드

Executes all the contained IUndoCommands in order.
protected OnRedo ( ) : void
리턴 void

OnUndo() 보호된 메소드

Undoes all the contained IUndoCommands in reverse order.
protected OnUndo ( ) : void
리턴 void

PreExecutedCompositeCommand() 공개 메소드

Creates a new composite command.
public PreExecutedCompositeCommand ( [ commands ) : System
commands [ The commands to be contained inside the transaction.
리턴 System