Table of Contents

Class ValueChange

Namespace: Casewhere.Runtime.AuditLogs
Assembly: Casewhere.Runtime.dll

Data Object attribute value change

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

AttributeName

public string AttributeName { get; set; }

Property Value

string

AttributeTitle

public string AttributeTitle { get; set; }

Property Value

string

AttributeType

public string AttributeType { get; set; }

Property Value

string

FromValue

public object FromValue { get; set; }

Property Value

object

IsSystemAttribute

public bool IsSystemAttribute { get; set; }

Property Value

bool

ToValue

public object ToValue { get; set; }

Property Value

object