UndoContext Class

Represents the context of the actions that may require undo or redo.
Inheritance Hierarchy
SystemObject
  Dundas.BI.EntitiesUndoContext

Namespace:  Dundas.BI.Entities
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class UndoContext

The UndoContext type exposes the following members.

Constructors
  NameDescription
Public methodUndoContext
Initializes a new instance of the UndoContext class.
Top
Properties
  NameDescription
Public propertyCurrentFrame
Gets the current frame.
Public propertyFrames
Gets the frames.
Public propertyRedoFrame
Gets the redo frame.
Public propertyUndoFrame
Gets the undo frame.
Top
See Also