Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a collection of Diff objects.
The DiffCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DiffCollection | Initializes a new instance of the DiffCollection class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Capacity | (Inherited from CollectionBase.) |
![]() |
Count | (Inherited from CollectionBase.) |
![]() |
InnerList | (Inherited from CollectionBase.) |
![]() |
Item | Gets or sets the object at the specified index. |
![]() |
List | (Inherited from CollectionBase.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add(Diff) | Adds an object to the end of this collection. |
![]() |
Add(Diff, String) | Adds an object to the end of this collection, prefixing the FieldChanged property. |
![]() |
AddRange(ICollection) | Adds the objects in the specified collection to this collection. |
![]() |
AddRange(ICollection, String) | Adds the objects in the specified collection to this collection, prefixing the FieldChanged property. |
![]() |
Clear | (Inherited from CollectionBase.) |
![]() |
Clone | Performs a deep copy of this object. |
![]() |
Contains | Determines whether this collection contains the specified object. |
![]() |
CopyTo | Copies this collection to another collection, starting at the specified index. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | (Inherited from CollectionBase.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IndexOf | Returns the index of the specified object. |
![]() |
Insert | Inserts an object into the collection at the specified index. |
![]() |
ItemAt | Returns the object at the specified index. |
![]() |
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.) |
![]() |
Remove | Removes the specified object from this collection. |
![]() |
RemoveAt | (Inherited from CollectionBase.) |
![]() |
Sort() | Sorts the collection by the FieldChanged property. |
![]() |
Sort(IComparer) | Sorts the collection using the specified comparer. |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IList.Add | (Inherited from CollectionBase.) |
![]() ![]() |
IList.Contains | (Inherited from CollectionBase.) |
![]() ![]() |
ICollection.CopyTo | (Inherited from CollectionBase.) |
![]() ![]() |
IList.IndexOf | (Inherited from CollectionBase.) |
![]() ![]() |
IList.Insert | (Inherited from CollectionBase.) |
![]() ![]() |
IList.IsFixedSize | (Inherited from CollectionBase.) |
![]() ![]() |
IList.IsReadOnly | (Inherited from CollectionBase.) |
![]() ![]() |
ICollection.IsSynchronized | (Inherited from CollectionBase.) |
![]() ![]() |
IList.Item | (Inherited from CollectionBase.) |
![]() ![]() |
IList.Remove | (Inherited from CollectionBase.) |
![]() ![]() |
ICollection.SyncRoot | (Inherited from CollectionBase.) |
Top