Enum AuditAction
- Namespace
- XENBIT.ResQueServe.Abstractions.DataStructures
- Assembly
- RQS.Abstractions.dll
Enumeration of possible actions that can be performed on audited entities.
public enum AuditAction
- Extension Methods
Fields
Create = 0Indicates that a new entity was created in the system.
Delete = 2Indicates that an entity was removed from the system.
Update = 1Indicates that an existing entity was modified in the system.