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