Share via


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.String

    The display name of the field that has changed.

  • oldValue
    Type: System.String

    The old value of the field that has changed.

  • newValue
    Type: System.String

    The new value of the field that has changed.

See also

Reference

Diff class

Diff members

Diff overload

Microsoft.PerformancePoint.Scorecards namespace