Click or drag to resize

ReadableAuditAttrs Enumeration

Specifies behavior attributes to override the default auditing behavior.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum ReadableAuditAttrs
Members
  Member nameValueDescription
UseMappersDatasource1Force the audit to use the datasource of the audited mapper.
NoInsertAudit2 Do not audit record inserts (including conversion of record from draft to non-draft status). See AuditInsert and AuditInsert(IMapper, EAPEventArgs).
LimitFieldVisibility4 Log audit data appropriately for enforcement of field-level visibility by the ReadableAuditVisibility extension.
CaptureRawValues8 When logging audit data, capture each field's raw old and new values. The values are stored as raw-val-before and raw-val-after attributes on each field's nq-audit wrapper element in the change_text column.
See Also