Table of Contents

Class ValueChange

Namespace: Casewhere.Runtime.Models
Assembly: Casewhere.Runtime.dll

public class ValueChange

Inheritance

objectValueChange

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<ValueChange>(ValueChange)

Constructors

ValueChange()

public ValueChange()

Properties

FieldName

public string FieldName { get; set; }

Property Value

string

NewValue

public object NewValue { get; set; }

Property Value

object

OldValue

public object OldValue { get; set; }

Property Value

object