Table of Contents

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

Guid

NewVersion

string NewVersion { get; set; }

Property Value

string

OldVersion

string OldVersion { get; set; }

Property Value

string

Properties

IAuditEntityProperties Properties { get; }

Property Value

IAuditEntityProperties

TableName

string TableName { get; set; }

Property Value

string