GridViewDefinition Class (Microsoft.PerformancePoint.Scorecards)

Represents the definition of a scorecard first class object (FCO).

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class GridViewDefinition
    Implements ICloneable, IDiffable, IValidate
'Usage
Dim instance As GridViewDefinition
[SerializableAttribute] 
public class GridViewDefinition : ICloneable, IDiffable, IValidate

Remarks

The definition of the FCO is stored in the database. It is used to produce the corresponding GridViewData object at runtime.

Inheritance Hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.GridViewDefinition

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

GridViewDefinition Members
Microsoft.PerformancePoint.Scorecards Namespace