Class AuditType
Audit type
Inheritance
System.Object
    AuditType
  Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class AuditType : Enum
  Fields
Amended
Used for amendment of an entity
Declaration
public const AuditType Amended
  Field Value
| Type | Description | 
|---|---|
| AuditType | 
Created
Used for creation of an entity
Declaration
public const AuditType Created
  Field Value
| Type | Description | 
|---|---|
| AuditType | 
Deleted
Used for deletion of an entity
Declaration
public const AuditType Deleted
  Field Value
| Type | Description | 
|---|---|
| AuditType | 
Unknown
Unknown (not used)
Declaration
public const AuditType Unknown
  Field Value
| Type | Description | 
|---|---|
| AuditType | 
value__
Declaration
public byte value__
  Field Value
| Type | Description | 
|---|---|
| System.Byte |