Table of Contents

Class Difference

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class Difference
Inheritance
Difference
Inherited Members
Extension Methods

Constructors

Difference(string, object, object)

public Difference(string name, object before, object after)

Parameters

name string
before object
after object

Properties

PropertyName

public string PropertyName { get; }

Property Value

string

ValueAfter

public object ValueAfter { get; }

Property Value

object

ValueBefore

public object ValueBefore { get; }

Property Value

object