MemberCollection Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
MemberCollection | Initializes a new instance of the MemberCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Count | (Inherited from Collection<Member>.) | |
Item | (Inherited from Collection<Member>.) | |
Items | (Inherited from Collection<Member>.) |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from Collection<Member>.) | |
AddRange | Adds the objects in the specified collection to this collection. | |
Clear | (Inherited from Collection<Member>.) | |
ClearItems | (Inherited from Collection<Member>.) | |
Clone | Performs a deep copy of this object. | |
Contains | (Inherited from Collection<Member>.) | |
ContainsSet | Determines whether this collection contains a set of members. | |
CopyTo | (Inherited from Collection<Member>.) | |
DeserializeFromXml | Deserializes this collection from an XML document. | |
Diff | Compares this object to another object and returns the differences. | |
DisplayNames | Returns a string representation of this collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetByUniqueName | Returns the object with the specified unique name. | |
GetEnumerator | (Inherited from Collection<Member>.) | |
GetHashCode | (Inherited from Object.) | |
GetMdxExpression | Returns the MDX expression to use to retrieve this member collection. | |
GetType | (Inherited from Object.) | |
IndexOf | (Inherited from Collection<Member>.) | |
Insert | (Inherited from Collection<Member>.) | |
InsertItem | Inserts the specified object at the specified index. (Overrides Collection<T>.InsertItem(Int32, T).) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | (Inherited from Collection<Member>.) | |
RemoveAt | (Inherited from Collection<Member>.) | |
RemoveItem | Removes an object from the collection. (Overrides Collection<T>.RemoveItem(Int32).) | |
SerializeToXml() | Serializes the object to XML. | |
SerializeToXml(XmlTextWriter) | Serializes the object to the argument XML stream. | |
SetItem | Replaces the object at the specified index with the specified object. (Overrides Collection<T>.SetItem(Int32, T).) | |
ToString | Returns a string representation of this collection. (Overrides Object.ToString().) | |
ToTuple | Converts this collection to a tuple. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from Collection<Member>.) | |
IList.Contains | (Inherited from Collection<Member>.) | |
ICollection.CopyTo | (Inherited from Collection<Member>.) | |
IEnumerable.GetEnumerator | (Inherited from Collection<Member>.) | |
IList.IndexOf | (Inherited from Collection<Member>.) | |
IList.Insert | (Inherited from Collection<Member>.) | |
IList.IsFixedSize | (Inherited from Collection<Member>.) | |
ICollection<T>.IsReadOnly | (Inherited from Collection<Member>.) | |
IList.IsReadOnly | (Inherited from Collection<Member>.) | |
ICollection.IsSynchronized | (Inherited from Collection<Member>.) | |
IList.Item | (Inherited from Collection<Member>.) | |
IList.Remove | (Inherited from Collection<Member>.) | |
ICollection.SyncRoot | (Inherited from Collection<Member>.) |
Top