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 (26.2.0.1000)
Syntax
public class UndoContext

The UndoContext type exposes the following members.

Constructors
 NameDescription
Public methodUndoContextInitializes a new instance of the UndoContext class.
Top
Properties
 NameDescription
Public propertyCurrentFrameGets the current frame.
Public propertyFramesGets the frames.
Public propertyRedoFrameGets the redo frame.
Public propertyUndoFrameGets the undo frame.
Top
See Also