Interface ILogEntry
Represents log entry in the audit trail.
Inherited Members
Namespace: DotNext.IO.Log
Assembly: DotNext.IO.dll
Syntax
public interface ILogEntry : IDataTransferObject
Properties
View SourceIsSnapshot
Gets a value indicating that this entry is a snapshot entry.
Declaration
bool IsSnapshot { get; }
Property Value
| Type | Description |
|---|---|
| bool |