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

Like generic undo action, but in addition, causes a PropChanged to be generated.
상속: GenericUndoAction, IFdoPropertyChanged
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
GenericPropChangeUndoAction ( System.Action whatToDo, System.Action whatToUndo, ICmObject obj, int flid ) : System
GetChangeInfo ( bool fForUndo ) : ChangeInformation

This may be overridden by subclasses that need to know whether the current state is undone (fForUndo true) or done/Redone (fForUndo false)

메소드 상세

GenericPropChangeUndoAction() 공개 메소드

public GenericPropChangeUndoAction ( System.Action whatToDo, System.Action whatToUndo, ICmObject obj, int flid ) : System
whatToDo System.Action
whatToUndo System.Action
obj ICmObject
flid int
리턴 System

GetChangeInfo() 공개 메소드

This may be overridden by subclasses that need to know whether the current state is undone (fForUndo true) or done/Redone (fForUndo false)
public GetChangeInfo ( bool fForUndo ) : ChangeInformation
fForUndo bool
리턴 ChangeInformation