Class ValueChange
Namespace: Casewhere.Runtime.AuditLogs
Assembly: Casewhere.Runtime.dll
Data Object attribute value change
public class ValueChange
Inheritance
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
AttributeTitle
public string AttributeTitle { get; set; }
Property Value
AttributeType
public string AttributeType { get; set; }
Property Value
FromValue
public object FromValue { get; set; }
Property Value
IsSystemAttribute
public bool IsSystemAttribute { get; set; }
Property Value
ToValue
public object ToValue { get; set; }