Share via


MemberCollection Members (Microsoft.PerformancePoint.Scorecards)

Represents a collection of Member objects.

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

Public Constructors

  Name Description
Public method MemberCollection Initializes a new instance of the MemberCollection class.

Top

Public Properties

(see also Protected Properties )

  Name Description
Public property Capacity  (inherited from CollectionBase)
Public property Count  (inherited from CollectionBase)
Public property Item Gets the item at a specific index in this collection.

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 Adds a new item.
Public method AddRange Adds elements of a collection to this one.
Public method Clear  (inherited from CollectionBase)
Public method Clone Performs a deep copy of this collection.
Public method Contains Searches for an item in the collection.
Public method CopyTo Copies this collection to another collection.
Public methodStatic DeserializeFromXml Deserializes a member collection from an XML document.
Public method Equals  Overloaded. (inherited from Object)
Public method GetByUniqueName Gets a member that has a specific unique name from the collection.
Public method GetEnumerator  (inherited from CollectionBase)
Public method GetHashCode  (inherited from Object)
Public method GetType  (inherited from Object)
Public method IndexOf Searches for an item and returns the zero-based index of the first occurrence within the collection.
Public method Insert Inserts an item at the specified index.
Public methodStatic ReferenceEquals  (inherited from Object)
Public method Remove Removes an item.
Public method RemoveAt  (inherited from CollectionBase)
Public method SerializeToXml Overloaded. Serializes the object to XML.
Public method ToString Overridden. Gets a string representation of this collection.
Public method ToTuple Converts this collection to a tuple.

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

MemberCollection Class
Microsoft.PerformancePoint.Scorecards Namespace