NamedSetCollection Members (Microsoft.PerformancePoint.Scorecards)
A collection of NamedSet objects.
The following tables list the members exposed by the NamedSetCollection type.
Public Constructors
Name | Description | |
---|---|---|
NamedSetCollection | Initializes a new instance of the NamedSetCollection class. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Capacity | (inherited from CollectionBase) | |
Count | (inherited from CollectionBase) | |
Item | Gets or sets a named set at a specific index. |
Top
Protected Properties
Name | Description | |
---|---|---|
InnerList | (inherited from CollectionBase) | |
List | (inherited from CollectionBase) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Adds a named set to this collection. | |
AddRange | Adds a collection of named sets to this collection. | |
Clear | (inherited from CollectionBase) | |
Clone | Performs a deep clone. | |
Contains | Searches for a named set in the collection. | |
CopyTo | Copies this collection to another collection starting at a specific index. | |
Equals | Overloaded. (inherited from Object) | |
GetEnumerator | (inherited from CollectionBase) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
IndexOf | Searches for a specific item and returns the zero-based index of the first occurrence within the collection. | |
Insert | Inserts a named set at a specific index. | |
ItemAt | Gets the named set at a specific index. | |
ReferenceEquals | (inherited from Object) | |
Remove | Removes a named set from the collection. | |
RemoveAt | (inherited from CollectionBase) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
OnClear | (inherited from CollectionBase) | |
OnClearComplete | (inherited from CollectionBase) | |
OnInsert | (inherited from CollectionBase) | |
OnInsertComplete | (inherited from CollectionBase) | |
OnRemove | (inherited from CollectionBase) | |
OnRemoveComplete | (inherited from CollectionBase) | |
OnSet | (inherited from CollectionBase) | |
OnSetComplete | (inherited from CollectionBase) | |
OnValidate | (inherited from CollectionBase) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.ICollection.CopyTo | (inherited from CollectionBase) | |
System.Collections.IList.Add | (inherited from CollectionBase) | |
System.Collections.IList.Contains | (inherited from CollectionBase) | |
System.Collections.IList.IndexOf | (inherited from CollectionBase) | |
System.Collections.IList.Insert | (inherited from CollectionBase) | |
System.Collections.IList.Remove | (inherited from CollectionBase) | |
System.Collections.ICollection.IsSynchronized | (inherited from CollectionBase) | |
System.Collections.ICollection.SyncRoot | (inherited from CollectionBase) | |
System.Collections.IList.IsFixedSize | (inherited from CollectionBase) | |
System.Collections.IList.IsReadOnly | (inherited from CollectionBase) | |
System.Collections.IList.Item | (inherited from CollectionBase) |
Top
See Also
Reference
NamedSetCollection Class
Microsoft.PerformancePoint.Scorecards Namespace