C# Class SIL.FieldWorks.FDO.Infrastructure.GenericPropChangeUndoAction

Like generic undo action, but in addition, causes a PropChanged to be generated.
Inheritance: GenericUndoAction, IFdoPropertyChanged
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
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)

Method Details

GenericPropChangeUndoAction() public méthode

public GenericPropChangeUndoAction ( System.Action whatToDo, System.Action whatToUndo, ICmObject obj, int flid ) : System
whatToDo System.Action
whatToUndo System.Action
obj ICmObject
flid int
Résultat System

GetChangeInfo() public méthode

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
Résultat ChangeInformation