Enum AuditAction
The types of changes the audit query automatically categorizes.
Namespace: LemonEdge.API.ComplexTypes
Assembly: API.dll
Syntax
public enum AuditAction : short
Fields
| Name | Description |
|---|---|
| Delete | Indicates the change was an existing record being deleted |
| Insert | Indicates the change was a new record being inserted |
| Locked | Indicates the change was an exisiting record being set to locked with no other chnages |
| Update | Indicates the change was an existing record being updated |