Share via


BpmPropertyCollection Members (Microsoft.PerformancePoint.Scorecards)

Represents a collection of properties.

The following tables list the members exposed by the BpmPropertyCollection type.

Public Constructors

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

Top

Public Properties

(see also Protected Properties )

  Name Description
Public property Capacity  (inherited from CollectionBase)
Public property Count  (inherited from CollectionBase)
Public property Item Overloaded. Gets or sets a property.

Top

Protected Properties

  Name Description
Protected property InnerList  (inherited from CollectionBase)
Protected property List  (inherited from CollectionBase)

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Add Adds the property to the collection.
Public method AddRange Adds properties to the collection.
Public method Clear  (inherited from CollectionBase)
Public method Clone Performs a deep copy of the collection.
Public method Contains Checks to see if the collection contains a property with the same UniqueName.
Public method CopyTo Copies contents into a collection, starting at a specific index.
Public method Diff Compares this object with another object and returns the differences.
Public method Equals  Overloaded. (inherited from Object)
Public method GetEnumerator  (inherited from CollectionBase)
Public method GetHashCode  (inherited from Object)
Public method GetType  (inherited from Object)
Public method IndexOf Searches for an item and returns the zero-based index of the first occurrence within the collection.
Public method IndexOfName Gets the index of the first item that has a specific DisplayName.
Public method IndexOfUniqueName Returns the index of a specific UniqueName.
Public method Insert Inserts a property at a specific index.
Public method ItemAt Gets a property at a specific index.
Public methodStatic ReferenceEquals  (inherited from Object)
Public method Remove Overloaded. Removes a property.
Public method RemoveAt  (inherited from CollectionBase)
Public method Sort Overloaded. Sorts the collection.
Public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
Protected method Finalize  (inherited from Object)
Protected method MemberwiseClone  (inherited from Object)
Protected method OnClear  (inherited from CollectionBase)
Protected method OnClearComplete  (inherited from CollectionBase)
Protected method OnInsert  (inherited from CollectionBase)
Protected method OnInsertComplete  (inherited from CollectionBase)
Protected method OnRemove Overridden. Called when an object is removed.
Protected method OnRemoveComplete  (inherited from CollectionBase)
Protected method OnSet  (inherited from CollectionBase)
Protected method OnSetComplete  (inherited from CollectionBase)
Protected method OnValidate  (inherited from CollectionBase)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implementationMethod System.Collections.ICollection.CopyTo  (inherited from CollectionBase)
Explicit interface implementationMethod System.Collections.IList.Add  (inherited from CollectionBase)
Explicit interface implementationMethod System.Collections.IList.Contains  (inherited from CollectionBase)
Explicit interface implementationMethod System.Collections.IList.IndexOf  (inherited from CollectionBase)
Explicit interface implementationMethod System.Collections.IList.Insert  (inherited from CollectionBase)
Explicit interface implementationMethod System.Collections.IList.Remove  (inherited from CollectionBase)
Explicit interface implementationProperty System.Collections.ICollection.IsSynchronized  (inherited from CollectionBase)
Explicit interface implementationProperty System.Collections.ICollection.SyncRoot  (inherited from CollectionBase)
Explicit interface implementationProperty System.Collections.IList.IsFixedSize  (inherited from CollectionBase)
Explicit interface implementationProperty System.Collections.IList.IsReadOnly  (inherited from CollectionBase)
Explicit interface implementationProperty System.Collections.IList.Item  (inherited from CollectionBase)

Top

See Also

Reference

BpmPropertyCollection Class
Microsoft.PerformancePoint.Scorecards Namespace