IGridViewTransform.Execute Method
Runs the transform on the scorecard.
Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Sub Execute ( _
viewData As GridViewData, _
parameters As PropertyBag, _
cache As IGlobalCache _
)
'Usage
Dim instance As IGridViewTransform
Dim viewData As GridViewData
Dim parameters As PropertyBag
Dim cache As IGlobalCache
instance.Execute(viewData, parameters, _
cache)
void Execute(
GridViewData viewData,
PropertyBag parameters,
IGlobalCache cache
)
Parameters
viewData
Type: Microsoft.PerformancePoint.Scorecards.GridViewDataThe object that represents the scorecard run-time object model.
parameters
Type: Microsoft.PerformancePoint.Scorecards.PropertyBagThe parameters for this transform, which are specific to a transform implementation.
cache
Type: Microsoft.PerformancePoint.Scorecards.IGlobalCacheThe local cache.
Note
Use the cache to improve performance and contain the scorecard instance and its dependencies. Transform implementations should check the cache before trying to retrieve information directly from the server.