Share via


PasUndoAction Class (Microsoft.PerformancePoint.Scorecards.ModelerPlugins.ReportViews)

Stores information for undo and redo actions for ProClarity Analytics Server Page report views.

Namespace: Microsoft.PerformancePoint.Scorecards.ModelerPlugins.ReportViews
Assembly: Microsoft.PerformancePoint.Scorecards.ModelerPlugins (in microsoft.performancepoint.scorecards.modelerplugins.dll)

Syntax

'Declaration
Public Class PasUndoAction
    Inherits UndoAction
'Usage
Dim instance As PasUndoAction
public class PasUndoAction : UndoAction

Remarks

Works with the framework's undomanager to implement undo and redo operations.

Inheritance Hierarchy

System.Object
   Microsoft.PerformancePoint.Scorecards.Modeler.Framework.Utilities.UndoAction
    Microsoft.PerformancePoint.Scorecards.ModelerPlugins.ReportViews.PasUndoAction

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PasUndoAction Members
Microsoft.PerformancePoint.Scorecards.ModelerPlugins.ReportViews Namespace