VersionInfoCollection Members (Microsoft.PerformancePoint.Scorecards)
A collection of VersionInfo's. This collection is backed by a hashtable to facilitate lookup by the VersionInfo.Guid.
The following tables list the members exposed by the VersionInfoCollection type.
Public Constructors
Name | Description | |
---|---|---|
VersionInfoCollection | The default constructor. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Capacity | (inherited from CollectionBase) | |
Count | (inherited from CollectionBase) | |
Item | Overloaded. |
Top
Protected Properties
Name | Description | |
---|---|---|
InnerList | (inherited from CollectionBase) | |
List | (inherited from CollectionBase) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Adds the versionInfo to the collection. If a versionInfo with the same GUID exists then the versionInfo will be replaced. | |
AddRange | Adds the properties in the collection. | |
Clear | (inherited from CollectionBase) | |
Clone | Performs a deep copy of the collection. | |
Contains | Returns true, if the collection contains a versionInfo with the same GUID. | |
CopyTo | Copies contents starting at index into the supplied collection. | |
Equals | Overloaded. (inherited from Object) | |
GetEnumerator | (inherited from CollectionBase) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
IndexOf | Searches for the specified item and returns the zero-based index of the first occurrence within the collection. | |
IndexOfGuid | Returns the index of the supplied GUID. | |
Insert | Inserts the supplied versionInfo at the supplied index. | |
ItemAt | Returns the versionInfo at the supplied index. | |
ReferenceEquals | (inherited from Object) | |
Remove | Overloaded. | |
RemoveAt | (inherited from CollectionBase) | |
ToString | (inherited from Object) | |
Validate | Validate this 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 | Overridden. Called when an item is removed. | |
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
VersionInfoCollection Class
Microsoft.PerformancePoint.Scorecards Namespace