Represents an undo frame.
Inheritance HierarchySystemObject
Dundas.BI.EntitiesUndoFrame
Namespace:
Dundas.BI.Entities
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic sealed class UndoFrame
Public NotInheritable Class UndoFrame
public ref class UndoFrame sealed
[<SealedAttribute>]
type UndoFrame = class end
The UndoFrame type exposes the following members.
Properties|
| Name | Description |
|---|
 | ActionId | Gets the action identifier. |
 | Id | Gets the ID of the undo frame. |
 | IsCurrent | Gets a value indicating whether this frame is current. |
 | Name | Gets the name of the undo frame. |
Top
See Also