Click or drag to resize

AnnotationUndo Class

This class is used to store an undo or redo change for an object.
Inheritance Hierarchy
SystemObject
  Atalasoft.Annotate.UIAnnotationUndo

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class AnnotationUndo

The AnnotationUndo type exposes the following members.

Constructors
  NameDescription
Public methodAnnotationUndo(Object, UndoChange, String)
Creates a new instance of AnnotationUndo specifying the object being modified and the type of change being performed.
Public methodAnnotationUndo(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.
Public methodAnnotationUndo(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.
Public methodAnnotationUndo(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.
Public methodAnnotationUndo(Object, String, Object, String, Object, String)
Creates a new instance of AnnotationUndo for methods.
Top
Properties
  NameDescription
Public propertyChange
Gets the type of undo change being performed.
Public propertyDescription
Gets the description of the undo.
Public propertyIndex
Gets the index of the item.
Public propertyItem
Gets the object that was changed.
Public propertyPropertyName
Gets the name of the property that was changed.
Public propertyRedoMethodName
Gets the name of the method called when performing a redo.
Public propertyRedoMethodParameters
Gets an object array containing the parameters used by the Redo method.
Public propertyUndoMethodName
Gets the name of the method that will be called when an undo is performed.
Public propertyUndoMethodParameters
Gets an object array of parameters sent to the Undo method.
Public propertyValue
Gets the value of the object or property.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also