VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Undo Namespace / UndoAction Class
Constructors Properties Methods SeeAlso
In This Topic
    UndoAction Class Members
    In This Topic
    The following tables list the members exposed by UndoAction.
    Protected Constructors
     NameDescription
    Protected ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets the action source.
    Public PropertyGets the data storage that stores the objects.
    Public PropertyGets a value indicating whether this instance has current state.
    Public PropertyGets a value indicating whether the undo action is valid.
    Public PropertyGets the reference to the source object of action.
    Public PropertyGets the references to the source objects stored in Source. For example, this property contains references to the collection objects if Source is collection.
    Protected Properties
     NameDescription
    Protected PropertyGets the current state.
    Public Methods
     NameDescription
    Public MethodDisposes all resources used by the action.
    Public MethodReturns the copy of current state of action.
    Public MethodReturns the description of change in object.
    Protected Methods
     NameDescription
    Protected MethodReturns the identifier, in data storage, of the current state.
    Protected MethodChanges the current state of action.
    Protected MethodChanges the source object (Source) of action.
    Protected MethodChanges the source item in SourceItems.
    Protected MethodChanges the source items in SourceItems.
    Protected MethodUndoes the action.
    See Also