TimeIntelligenceTokenCollection Class (Microsoft.PerformancePoint.Scorecards)

A collection of Time Intelligence tokens

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

Syntax

'Declaration
<SerializableAttribute> _
<XmlIncludeAttribute(GetType(TimeIntelligenceToken))> _
<XmlIncludeAttribute(GetType(TimeIntelligenceIntegerToken))> _
<XmlIncludeAttribute(GetType(TimeIntelligenceIdentifierToken))> _
<XmlIncludeAttribute(GetType(TimeIntelligenceMemberToken))> _
<XmlIncludeAttribute(GetType(TimeIntelligenceFunctionToken))> _
<XmlIncludeAttribute(GetType(TimeIntelligenceOperatorToken))> _
<XmlIncludeAttribute(GetType(TimeIntelligenceLeadOperatorToken))> _
<XmlIncludeAttribute(GetType(TimeIntelligenceLagOperatorToken))> _
<XmlIncludeAttribute(GetType(TimeIntelligenceFunctionOperatorToken))> _
<XmlIncludeAttribute(GetType(TimeIntelligenceRangeOperatorToken))> _
<XmlIncludeAttribute(GetType(TimeIntelligenceCommaOperatorToken))> _
<XmlIncludeAttribute(GetType(TimeIntelligenceParenthesesToken))> _
<XmlIncludeAttribute(GetType(TimeIntelligenceOpenParenthesesToken))> _
<XmlIncludeAttribute(GetType(TimeIntelligenceCloseParenthesesToken))> _
<XmlIncludeAttribute(GetType(TimeIntelligenceOperandToken))> _
Public Class TimeIntelligenceTokenCollection
    Inherits Collection(Of TimeIntelligenceToken)
'Usage
Dim instance As TimeIntelligenceTokenCollection
[SerializableAttribute] 
[XmlIncludeAttribute(typeof(TimeIntelligenceToken))] 
[XmlIncludeAttribute(typeof(TimeIntelligenceIntegerToken))] 
[XmlIncludeAttribute(typeof(TimeIntelligenceIdentifierToken))] 
[XmlIncludeAttribute(typeof(TimeIntelligenceMemberToken))] 
[XmlIncludeAttribute(typeof(TimeIntelligenceFunctionToken))] 
[XmlIncludeAttribute(typeof(TimeIntelligenceOperatorToken))] 
[XmlIncludeAttribute(typeof(TimeIntelligenceLeadOperatorToken))] 
[XmlIncludeAttribute(typeof(TimeIntelligenceLagOperatorToken))] 
[XmlIncludeAttribute(typeof(TimeIntelligenceFunctionOperatorToken))] 
[XmlIncludeAttribute(typeof(TimeIntelligenceRangeOperatorToken))] 
[XmlIncludeAttribute(typeof(TimeIntelligenceCommaOperatorToken))] 
[XmlIncludeAttribute(typeof(TimeIntelligenceParenthesesToken))] 
[XmlIncludeAttribute(typeof(TimeIntelligenceOpenParenthesesToken))] 
[XmlIncludeAttribute(typeof(TimeIntelligenceCloseParenthesesToken))] 
[XmlIncludeAttribute(typeof(TimeIntelligenceOperandToken))] 
public class TimeIntelligenceTokenCollection : Collection<TimeIntelligenceToken>

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection
    Microsoft.PerformancePoint.Scorecards.TimeIntelligenceTokenCollection

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

TimeIntelligenceTokenCollection Members
Microsoft.PerformancePoint.Scorecards Namespace