Interface IAuditTableEntity
Assembly: AzureFromTheTrenches.Commanding.AzureStorage.dll
Syntax
public interface IAuditTableEntity
Properties
|
Improve this Doc
View Source
CommandType
Declaration
string CommandType { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CorrelationId
Declaration
string CorrelationId { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Depth
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RecordedAtUtc
Declaration
DateTime RecordedAtUtc { get; }
Property Value
Type |
Description |
DateTime |
|