Interface IAuditEntity
- Namespace
- The.Components
- Assembly
- Instagile.dll
Represents an application-specific entity audit log.
public interface IAuditEntity : IEntity, IHasChanges
- Inherited Members
- Extension Methods
Properties
EntityID
Guid EntityID { get; set; }
Property Value
NewVersion
string NewVersion { get; set; }
Property Value
OldVersion
string OldVersion { get; set; }
Property Value
Properties
IAuditEntityProperties Properties { get; }
Property Value
TableName
string TableName { get; set; }