Audit type enum.

Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public enum AuditType
Visual Basic
Public Enumeration AuditType
Visual C++
public enum class AuditType
F#
type AuditType

Members

Member nameValueDescription
DeleteOfEntity1 Delete of entity.
DirectDeleteOfEntities2 Direct delete of entities.
DirectUpdateOfEntities3 Direct update of entities.
DereferenceOfRelatedEntity4 Dereference of related entity.
ReferenceOfRelatedEntity5 Reference of related entity.
EntityFieldSet6 Entity field set.
InsertOfNewEntity7 Insert of new entity.
UpdateOfExistingEntity8 Update of existing entity.
Custom9 Custom audit type.
LoadOfEntity10 Audits the successful load of an entity from the database.

See Also