Show / Hide Table of Contents

Class AbstractCommandAuditTableEntity

Inheritance
System.Object
AbstractCommandAuditTableEntity
CommandAuditByCorrelationIdItem
CommandAuditByDateDescItem
Namespace: AzureFromTheTrenches.Commanding.AzureStorage.Model
Assembly: AzureFromTheTrenches.Commanding.AzureStorage.dll
Syntax
public class AbstractCommandAuditTableEntity : TableEntity

Properties

| Improve this Doc View Source

AdditionalProperties

Declaration
public IReadOnlyDictionary<string, string> AdditionalProperties { get; set; }
Property Value
Type Description
IReadOnlyDictionary<System.String, System.String>
| Improve this Doc View Source

CommandId

Declaration
public string CommandId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CommandType

Declaration
public string CommandType { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CorrelationId

Declaration
public string CorrelationId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Depth

Declaration
public int Depth { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

DispatchedAtUtc

Declaration
public DateTime DispatchedAtUtc { get; set; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

Type

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

WriteEntity(OperationContext)

Declaration
public override IDictionary<string, EntityProperty> WriteEntity(OperationContext operationContext)
Parameters
Type Name Description
OperationContext operationContext
Returns
Type Description
IDictionary<System.String, EntityProperty>
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall