Interface IUndoObject
Syntax
public interface IUndoObject
Properties
undoObject
Declaration
Object undoObject { get; set; }
Property Value
Methods
IncrementCurrentGroup()
Declaration
void IncrementCurrentGroup()
RecordObject(String)
Declaration
void RecordObject(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
RegisterCompleteObjectUndo(String)
Declaration
void RegisterCompleteObjectUndo(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
RevertAllInCurrentGroup()
Declaration
void RevertAllInCurrentGroup()