UndoFrame Class

Represents an undo frame.
Inheritance Hierarchy
SystemObject
  Dundas.BI.EntitiesUndoFrame

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

The UndoFrame type exposes the following members.

Properties
  NameDescription
Public propertyActionId
Gets the action identifier.
Public propertyId
Gets the ID of the undo frame.
Public propertyIsCurrent
Gets a value indicating whether this frame is current.
Public propertyName
Gets the name of the undo frame.
Top
See Also