BpmPropertyCollection members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a collection of properties for PerformancePoint Services objects.

The BpmPropertyCollection type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Capacity (Inherited from CollectionBase.)
Public property Count (Inherited from CollectionBase.)
Protected property InnerList (Inherited from CollectionBase.)
Public property Item[Int32] Gets or sets the object at the specified index.
Public property Item[String] Gets or sets the object with the specified unique name.
Protected property List (Inherited from CollectionBase.)

Top

Methods

  Name Description
Public method Add Adds an object to the end of this collection.
Public method AddRange Adds the objects in the specified collection to this collection.
Public method Clear (Inherited from CollectionBase.)
Public method Clone Performs a deep clone of this object.
Public method Contains Determines whether this collection contains the specified object.
Public method CopyTo Copies this collection to another BpmPropertyCollection collection, starting at the specified index.
Public method Diff Compares this object with another object and returns the differences.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from CollectionBase.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf Returns the index of the specified object.
Public method IndexOfName Returns the index of the object with the specified display name.
Public method IndexOfUniqueName Returns the index of the object with the specified unique name.
Public method Insert Inserts an object at the specified index.
Public method ItemAt Gets the object at the specified index.
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnClear (Inherited from CollectionBase.)
Protected method OnClearComplete (Inherited from CollectionBase.)
Protected method OnInsert Called when an object is inserted into the collection. (Overrides CollectionBase.OnInsert(Int32, Object).)
Protected method OnInsertComplete (Inherited from CollectionBase.)
Protected method OnRemove Called when an object is removed from the collection. (Overrides CollectionBase.OnRemove(Int32, Object).)
Protected method OnRemoveComplete (Inherited from CollectionBase.)
Protected method OnSet (Inherited from CollectionBase.)
Protected method OnSetComplete Called when an object is removed (Overrides CollectionBase.OnSetComplete(Int32, Object, Object).)
Protected method OnValidate (Inherited from CollectionBase.)
Public method Remove(String) Removes the object with the specified unique name.
Public method Remove(BpmProperty) Removes an object from this collection.
Public method RemoveAt (Inherited from CollectionBase.)
Public method Sort() Sorts the collection by using a case-sensitive comparison of the display names of the objects.
Public method Sort(IComparer) Sorts the collection by using the specified comparer.
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.Item (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from CollectionBase.)

Top

See also

Reference

BpmPropertyCollection class

Microsoft.PerformancePoint.Scorecards namespace