C# 클래스 SIL.FieldWorks.FDO.Infrastructure.GenericUndoAction

This is a generic UndoAction, for changes that do not affect actual model data, but which do need to be done, undone, and redone. By inheritance it claims not to be a data change.
상속: SIL.FieldWorks.FDO.Infrastructure.UndoActionBase
파일 보기 프로젝트 열기: sillsdev/FieldWorks

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GenericUndoAction ( System.Action whatToDo, System.Action whatToUndo ) : System

Make one (also does the whatToDo action)

Redo ( ) : bool

Redo the original action

Undo ( ) : bool

Undo using the specified action.

메소드 상세

GenericUndoAction() 공개 메소드

Make one (also does the whatToDo action)
public GenericUndoAction ( System.Action whatToDo, System.Action whatToUndo ) : System
whatToDo System.Action
whatToUndo System.Action
리턴 System

Redo() 공개 메소드

Redo the original action
public Redo ( ) : bool
리턴 bool

Undo() 공개 메소드

Undo using the specified action.
public Undo ( ) : bool
리턴 bool