NameInfoCollection members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a list of NameInfo objects.

The NameInfoCollection type exposes the following members.

Constructors

  Name Description
Public method NameInfoCollection Initializes an instance of the NameInfoCollection class.

Top

Properties

  Name Description
Public property Capacity (Inherited from List<NameInfo>.)
Public property Count (Inherited from List<NameInfo>.)
Public property Item[Int32] (Inherited from List<NameInfo>.)
Public property Item[String] Gets the object with the specified name.

Top

Methods

  Name Description
Public method Add (Inherited from List<NameInfo>.)
Public method AddRange (Inherited from List<NameInfo>.)
Public method AsReadOnly (Inherited from List<NameInfo>.)
Public method BinarySearch(T) (Inherited from List<NameInfo>.)
Public method BinarySearch(T, IComparer<T>) (Inherited from List<NameInfo>.)
Public method BinarySearch(Int32, Int32, T, IComparer<T>) (Inherited from List<NameInfo>.)
Public method Clear (Inherited from List<NameInfo>.)
Public method Clone Performs a deep copy of this object.
Public method Contains (Inherited from List<NameInfo>.)
Public method ConvertAll<TOutput> (Inherited from List<NameInfo>.)
Public method CopyTo([]) (Inherited from List<NameInfo>.)
Public method CopyTo([], Int32) (Inherited from List<NameInfo>.)
Public method CopyTo(Int32, [], Int32, Int32) (Inherited from List<NameInfo>.)
Public method Equals (Inherited from Object.)
Public method Exists (Inherited from List<NameInfo>.)
Protected method Finalize (Inherited from Object.)
Public method Find (Inherited from List<NameInfo>.)
Public method FindAll (Inherited from List<NameInfo>.)
Public method FindIndex(Predicate<T>) (Inherited from List<NameInfo>.)
Public method FindIndex(Int32, Predicate<T>) (Inherited from List<NameInfo>.)
Public method FindIndex(Int32, Int32, Predicate<T>) (Inherited from List<NameInfo>.)
Public method FindLast (Inherited from List<NameInfo>.)
Public method FindLastIndex(Predicate<T>) (Inherited from List<NameInfo>.)
Public method FindLastIndex(Int32, Predicate<T>) (Inherited from List<NameInfo>.)
Public method FindLastIndex(Int32, Int32, Predicate<T>) (Inherited from List<NameInfo>.)
Public method ForEach (Inherited from List<NameInfo>.)
Public method GetEnumerator (Inherited from List<NameInfo>.)
Public method GetHashCode (Inherited from Object.)
Public method GetRange (Inherited from List<NameInfo>.)
Public method GetType (Inherited from Object.)
Public method IndexOf(T) (Inherited from List<NameInfo>.)
Public method IndexOf(T, Int32) (Inherited from List<NameInfo>.)
Public method IndexOf(T, Int32, Int32) (Inherited from List<NameInfo>.)
Public method Insert (Inherited from List<NameInfo>.)
Public method InsertRange (Inherited from List<NameInfo>.)
Public method LastIndexOf(T) (Inherited from List<NameInfo>.)
Public method LastIndexOf(T, Int32) (Inherited from List<NameInfo>.)
Public method LastIndexOf(T, Int32, Int32) (Inherited from List<NameInfo>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from List<NameInfo>.)
Public method RemoveAll (Inherited from List<NameInfo>.)
Public method RemoveAt (Inherited from List<NameInfo>.)
Public method RemoveRange (Inherited from List<NameInfo>.)
Public method Reverse() (Inherited from List<NameInfo>.)
Public method Reverse(Int32, Int32) (Inherited from List<NameInfo>.)
Public method Sort() (Inherited from List<NameInfo>.)
Public method Sort(IComparer<T>) (Inherited from List<NameInfo>.)
Public method Sort(Comparison<T>) (Inherited from List<NameInfo>.)
Public method Sort(Int32, Int32, IComparer<T>) (Inherited from List<NameInfo>.)
Public method ToArray (Inherited from List<NameInfo>.)
Public method ToString (Inherited from Object.)
Public method TrimExcess (Inherited from List<NameInfo>.)
Public method TrueForAll (Inherited from List<NameInfo>.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from List<NameInfo>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from List<NameInfo>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from List<NameInfo>.)
Explicit interface implemetationPrivate method IEnumerable<T>.GetEnumerator (Inherited from List<NameInfo>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from List<NameInfo>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from List<NameInfo>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from List<NameInfo>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from List<NameInfo>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from List<NameInfo>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from List<NameInfo>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from List<NameInfo>.)
Explicit interface implemetationPrivate property IList.Item (Inherited from List<NameInfo>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from List<NameInfo>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from List<NameInfo>.)

Top

See also

Reference

NameInfoCollection class

Microsoft.PerformancePoint.Scorecards namespace