TimeIntelligenceStack Generic Class (Microsoft.PerformancePoint.Scorecards)

The class that represents the Time Intelligence stack.

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

Syntax

'Declaration
Public Class TimeIntelligenceStack(Of T)
    Inherits Stack(Of T)
'Usage
Dim instance As TimeIntelligenceStack(Of T)
public class TimeIntelligenceStack<T> : Stack<T>

Inheritance Hierarchy

System.Object
   System.Collections.Generic.Stack
    Microsoft.PerformancePoint.Scorecards.TimeIntelligenceStack

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

TimeIntelligenceStack Members
Microsoft.PerformancePoint.Scorecards Namespace