Enum AuditActionType
- Namespace
- Z.BulkOperations
- Assembly
- Z.EntityFramework.Extensions.dll
Values that represent AuditActionType.
public enum AuditActionType
Fields
Delete = 0
An enum constant representing the delete option.
Insert = 1
An enum constant representing the insert option.
SoftDelete = 3
An enum constant representing the soft delete option.
Update = 2
An enum constant representing the update option.