Show / Hide Table of Contents

Interface IAuditTableEntity

Namespace: AzureFromTheTrenches.Commanding.AzureStorage.Model
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
int Depth { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

RecordedAtUtc

Declaration
DateTime RecordedAtUtc { get; }
Property Value
Type Description
DateTime
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall