C# Класс SIL.FieldWorks.FDO.Infrastructure.GenericPropChangeUndoAction

Like generic undo action, but in addition, causes a PropChanged to be generated.
Наследование: GenericUndoAction, IFdoPropertyChanged
Показать файл Открыть проект

Открытые методы

Метод Описание
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