Share via


TupleCollection Members (Microsoft.PerformancePoint.Scorecards)

A collection of tuples.

The following tables list the members exposed by the TupleCollection type.

Public Constructors

  Name Description
Public method TupleCollection Constructor

Top

Public Properties

(see also Protected Properties )

  Name Description
Public property Capacity  (inherited from CollectionBase)
Public property Count  (inherited from CollectionBase)
Public property Item Overloaded.  

Top

Protected Properties

  Name Description
Protected property InnerList  (inherited from CollectionBase)
Protected property List  (inherited from CollectionBase)

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Add  
Public method AddRange  
Public method Clear  (inherited from CollectionBase)
Public method Clone Performs a deep copy.
Public method Contains  
Public method CopyTo Copy this collection to the supplied collection.
Public methodStatic CrossProduct Computes the cross-product of two sets of tuples. If either one of the tuple collections are empty or null, then return the other. If both are null or empty, then return an empty collection.
Public methodStatic CrossProductOfArray Returns the cross product of all the items in the array.
Public method Equals  Overloaded. (inherited from Object)
Public method FindByUniqueName Find a tuple by its unique name
Public methodStatic FromMemberCollection Creates a TupleCollection from a member collection.
Public method GetEnumerator  (inherited from CollectionBase)
Public method GetHashCode  (inherited from Object)
Public method GetType  (inherited from Object)
Public method IndexOf  
Public method Insert  
Public methodStatic ReferenceEquals  (inherited from Object)
Public method Remove  
Public method RemoveAt  (inherited from CollectionBase)
Public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
Protected method Finalize  (inherited from Object)
Protected method MemberwiseClone  (inherited from Object)
Protected method OnClear  (inherited from CollectionBase)
Protected method OnClearComplete  (inherited from CollectionBase)
Protected method OnInsert  (inherited from CollectionBase)
Protected method OnInsertComplete  (inherited from CollectionBase)
Protected method OnRemove  (inherited from CollectionBase)
Protected method OnRemoveComplete  (inherited from CollectionBase)
Protected method OnSet  (inherited from CollectionBase)
Protected method OnSetComplete  (inherited from CollectionBase)
Protected method OnValidate  (inherited from CollectionBase)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implementationMethod System.Collections.ICollection.CopyTo  (inherited from CollectionBase)
Explicit interface implementationMethod System.Collections.IList.Add  (inherited from CollectionBase)
Explicit interface implementationMethod System.Collections.IList.Contains  (inherited from CollectionBase)
Explicit interface implementationMethod System.Collections.IList.IndexOf  (inherited from CollectionBase)
Explicit interface implementationMethod System.Collections.IList.Insert  (inherited from CollectionBase)
Explicit interface implementationMethod System.Collections.IList.Remove  (inherited from CollectionBase)
Explicit interface implementationProperty System.Collections.ICollection.IsSynchronized  (inherited from CollectionBase)
Explicit interface implementationProperty System.Collections.ICollection.SyncRoot  (inherited from CollectionBase)
Explicit interface implementationProperty System.Collections.IList.IsFixedSize  (inherited from CollectionBase)
Explicit interface implementationProperty System.Collections.IList.IsReadOnly  (inherited from CollectionBase)
Explicit interface implementationProperty System.Collections.IList.Item  (inherited from CollectionBase)

Top

See Also

Reference

TupleCollection Class
Microsoft.PerformancePoint.Scorecards Namespace