GridViewTransformReferenceCollection Class (Microsoft.PerformancePoint.Scorecards)

A collection of GridViewTransformReferences

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class GridViewTransformReferenceCollection
    Inherits List(Of GridViewTransformReference)
    Implements IDiffable
'Usage
Dim instance As GridViewTransformReferenceCollection
[SerializableAttribute] 
public class GridViewTransformReferenceCollection : List<GridViewTransformReference>, IDiffable

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List
    Microsoft.PerformancePoint.Scorecards.GridViewTransformReferenceCollection

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

GridViewTransformReferenceCollection Members
Microsoft.PerformancePoint.Scorecards Namespace