Diff Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a change or difference between two objects.
The Diff type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Diff() | Initializes a new instance of the Diff class. | |
Diff(String, String, String) | Initializes a new instance of the Diff class and sets the specified properties. |
Top
Properties
Name | Description | |
---|---|---|
FieldChanged | Gets or sets the display name of the field that has changed. | |
NewValue | Gets or sets the new value of the field that has changed. | |
OldValue | Gets or sets the old value of the field that has changed. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top