ElementCollection Members (Microsoft.PerformancePoint.Scorecards)
Represents a collection of elements.
Protected Constructors
Name | Description | |
---|---|---|
ElementCollection | Initializes a new instance of the ElementCollection class. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Comparer | (inherited from KeyedCollection) | |
Count | (inherited from Collection) | |
Item | Overloaded. Gets or sets an element that has a specific key. |
Top
Protected Properties
Name | Description | |
---|---|---|
Dictionary | (inherited from KeyedCollection) | |
Items | (inherited from Collection) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | (inherited from Collection) | |
AddRange | Adds the properties in the collection. | |
Clear | (inherited from Collection) | |
Clone | Performs a deep copy of the collection. | |
Contains | (inherited from KeyedCollection) | |
CopyTo | (inherited from Collection) | |
Diff | Compares this collection with another collection and returns the differences. | |
Equals | Overloaded. (inherited from Object) | |
Exists | Determines whether the collection contains elements that match the conditions defined by the predicate specified in the parameter. | |
ForEach | Performs the specified action on each element of the list. | |
GetElementEnumerable | Gets an enumerator for the base element collection. | |
GetEnumerator | (inherited from Collection) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
IndexOf | (inherited from Collection) | |
IndexOfGuid | Gets the index of a specific unique ID. | |
IndexOfName | Gets the index of a specific display name. | |
Insert | (inherited from Collection) | |
ReferenceEquals | (inherited from Object) | |
Remove | (inherited from KeyedCollection) | |
RemoveAt | (inherited from Collection) | |
Sort | Overloaded. Sorts the collection. | |
ToString | (inherited from Object) | |
Validate | Validates this object. |
Top
Protected Methods
Name | Description | |
---|---|---|
ChangeItemKey | (inherited from KeyedCollection) | |
ClearItems | (inherited from KeyedCollection) | |
Finalize | (inherited from Object) | |
GetKeyForItem | Overridden. Gets the key for the specified element. | |
InsertItem | Overloaded. Overridden. Inserts an element into the collection. | |
MemberwiseClone | (inherited from Object) | |
RemoveItem | (inherited from KeyedCollection) | |
SetItem | Overloaded. |
Top
Explicit Interface Implementations
Top
See Also
Reference
ElementCollection Generic Class
Microsoft.PerformancePoint.Scorecards Namespace