Table of Contents

Class AuditLogContext

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

public class AuditLogContext

Inheritance

objectAuditLogContext

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<AuditLogContext>(AuditLogContext)

Constructors

AuditLogContext()

public AuditLogContext()

Properties

Custom

public bool Custom { get; set; }

Property Value

bool

OnCreate

public bool OnCreate { get; set; }

Property Value

bool

OnDelete

public bool OnDelete { get; set; }

Property Value

bool

OnUpdate

public bool OnUpdate { get; set; }

Property Value

bool