Class AuditEntry
- Namespace
- Z.BulkOperations
- Assembly
- Z.EntityFramework.Extensions.dll
An audit entry.
public class AuditEntry
- Inheritance
-
AuditEntry
- Inherited Members
Constructors
AuditEntry()
public AuditEntry()
Properties
Action
Gets or sets the action.
public AuditActionType Action { get; set; }
Property Value
- AuditActionType
The action.
Date
Gets or sets the Date/Time of the date.
public DateTime Date { get; set; }
Property Value
- DateTime
The date.
Metas
Gets or sets the metas.
public Dictionary<object, object> Metas { get; set; }
Property Value
- Dictionary<object, object>
The metas.
TableName
Gets or sets the name of the table.
public string TableName { get; set; }
Property Value
- string
The name of the table.
Values
Gets or sets the values.
public List<AuditEntryItem> Values { get; set; }
Property Value
- List<AuditEntryItem>
The values.