This documentation is for the old version. Go to the latest Graphics Mill docs

Aurigma.GraphicsMill.AjaxControls.VectorObjects.RedoUndo Namespace (Client Class Library)

The Aurigma.GraphicsMill.AjaxControls.VectorObjects.RedoUndo namespace contains client-side classes intended to operate with history.

Classes

Class Description
Public class Command

This client-side class corresponds to the Command server-side class and gives an opportunity to obtain access to its primary members in JavaScript.

Public class History

This client-side class corresponds to the History server-side class and gives an opportunity to obtain access to its primary members in JavaScript.

Public class HistoryData

This class represents a state of a history and allows applying this state to the History class instance.

Public class LayerAddedCommand

This class represents the layer added command.

Public class LayerMovedCommand

This class represents the layer moved command.

Public class LayerRemovedCommand

This class represents the layer removed command.

Public class VObjectAddedCommand

This class represents the v-object added command.

Public class VObjectChangedCommand

This class represents the v-object changed command.

Public class VObjectMovedCommand

This class represents the v-object moved command.

Public class VObjectRemovedCommand

This class represents the v-object removed command.