MemberCollection members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a collection of members.

The MemberCollection type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Count (Inherited from Collection<Member>.)
Public property Item (Inherited from Collection<Member>.)
Protected property Items (Inherited from Collection<Member>.)

Top

Methods

  Name Description
Public method Add (Inherited from Collection<Member>.)
Public method AddRange Adds the objects in the specified collection to this collection.
Public method Clear (Inherited from Collection<Member>.)
Protected method ClearItems (Inherited from Collection<Member>.)
Public method Clone Performs a deep copy of this object.
Public method Contains (Inherited from Collection<Member>.)
Public method ContainsSet Determines whether this collection contains a set of members.
Public method CopyTo (Inherited from Collection<Member>.)
Public methodStatic member DeserializeFromXml Deserializes this collection from an XML document.
Public method Diff Compares this object to another object and returns the differences.
Public method DisplayNames Returns a string representation of this collection.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetByUniqueName Returns the object with the specified unique name.
Public method GetEnumerator (Inherited from Collection<Member>.)
Public method GetHashCode (Inherited from Object.)
Public method GetMdxExpression Returns the MDX expression to use to retrieve this member collection.
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<Member>.)
Public method Insert (Inherited from Collection<Member>.)
Protected method InsertItem Inserts the specified object at the specified index. (Overrides Collection<T>.InsertItem(Int32, T).)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from Collection<Member>.)
Public method RemoveAt (Inherited from Collection<Member>.)
Protected method RemoveItem Removes an object from the collection. (Overrides Collection<T>.RemoveItem(Int32).)
Public method SerializeToXml() Serializes the object to XML.
Public method SerializeToXml(XmlTextWriter) Serializes the object to the argument XML stream.
Protected method SetItem Replaces the object at the specified index with the specified object. (Overrides Collection<T>.SetItem(Int32, T).)
Public method Sort Sorts the members in the collection.
Public method ToString Returns a string representation of this collection. (Overrides Object.ToString().)
Public method ToTuple Converts this collection to a tuple.

Top

Explicit interface implementations

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

Top

See also

Reference

MemberCollection class

Microsoft.PerformancePoint.Scorecards namespace