Diff Constructor (String, String, String)
Initializes a new instance of the Diff class and sets the specified properties.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub New ( _
fieldChanged As String, _
oldValue As String, _
newValue As String _
)
'Usage
Dim fieldChanged As String
Dim oldValue As String
Dim newValue As String
Dim instance As New Diff(fieldChanged, _
oldValue, newValue)
public Diff(
string fieldChanged,
string oldValue,
string newValue
)
Parameters
fieldChanged
Type: System.StringThe display name of the field that has changed.
oldValue
Type: System.StringThe old value of the field that has changed.
newValue
Type: System.StringThe new value of the field that has changed.