AnnotationUndo Constructor |
Name | Description | |
---|---|---|
AnnotationUndo(Object, UndoChange, String) | Creates a new instance of AnnotationUndo specifying the object being modified and the
type of change being performed. | |
AnnotationUndo(Object, Object, UndoChange, String) | Creates a new instance of AnnotationUndo specifying the object being changed, the current
value of the object and the type of change being performed. | |
AnnotationUndo(Object, String, Object, String) | Creates a new instance of AnnotationUndo specifying the object being changed, name of the
property being changed, the current value of the property and a description of the undo. | |
AnnotationUndo(Object, Object, Int32, UndoChange, String) | Creates a new instance of AnnotationUndo specifying the object being changed, the current
value of the object and the type of change being performed. | |
AnnotationUndo(Object, String, Object, String, Object, String) | Creates a new instance of AnnotationUndo for methods. |