Show / Hide Table of Contents

Class AbstractCommandAuditTableEntity

Inheritance
System.Object
Microsoft.WindowsAzure.Storage.Table.TableEntity
AbstractCommandAuditTableEntity
CommandAuditByCorrelationIdItem
CommandAuditByDateDescItem
Implements
Microsoft.WindowsAzure.Storage.Table.ITableEntity
Inherited Members
Microsoft.WindowsAzure.Storage.Table.TableEntity.ReadEntity(System.Collections.Generic.IDictionary<System.String, Microsoft.WindowsAzure.Storage.Table.EntityProperty>, Microsoft.WindowsAzure.Storage.OperationContext)
Microsoft.WindowsAzure.Storage.Table.TableEntity.ReadUserObject(System.Object, System.Collections.Generic.IDictionary<System.String, Microsoft.WindowsAzure.Storage.Table.EntityProperty>, Microsoft.WindowsAzure.Storage.OperationContext)
Microsoft.WindowsAzure.Storage.Table.TableEntity.ConvertBack<TResult>(System.Collections.Generic.IDictionary<System.String, Microsoft.WindowsAzure.Storage.Table.EntityProperty>, Microsoft.WindowsAzure.Storage.OperationContext)
Microsoft.WindowsAzure.Storage.Table.TableEntity.ConvertBack<TResult>(System.Collections.Generic.IDictionary<System.String, Microsoft.WindowsAzure.Storage.Table.EntityProperty>, Microsoft.WindowsAzure.Storage.Table.EntityPropertyConverterOptions, Microsoft.WindowsAzure.Storage.OperationContext)
Microsoft.WindowsAzure.Storage.Table.TableEntity.WriteUserObject(System.Object, Microsoft.WindowsAzure.Storage.OperationContext)
Microsoft.WindowsAzure.Storage.Table.TableEntity.Flatten(System.Object, Microsoft.WindowsAzure.Storage.OperationContext)
Microsoft.WindowsAzure.Storage.Table.TableEntity.Flatten(System.Object, Microsoft.WindowsAzure.Storage.Table.EntityPropertyConverterOptions, Microsoft.WindowsAzure.Storage.OperationContext)
Microsoft.WindowsAzure.Storage.Table.TableEntity.PartitionKey
Microsoft.WindowsAzure.Storage.Table.TableEntity.RowKey
Microsoft.WindowsAzure.Storage.Table.TableEntity.Timestamp
Microsoft.WindowsAzure.Storage.Table.TableEntity.ETag
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AzureFromTheTrenches.Commanding.AzureStorage.Model
Assembly: AzureFromTheTrenches.Commanding.AzureStorage.dll
Syntax
public class AbstractCommandAuditTableEntity : TableEntity, ITableEntity

Properties

| Improve this Doc View Source

AdditionalProperties

Declaration
[IgnoreProperty]
public IReadOnlyDictionary<string, string> AdditionalProperties { get; set; }
Property Value
Type Description
System.Collections.Generic.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
System.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
Microsoft.WindowsAzure.Storage.OperationContext operationContext
Returns
Type Description
System.Collections.Generic.IDictionary<System.String, Microsoft.WindowsAzure.Storage.Table.EntityProperty>
Overrides
Microsoft.WindowsAzure.Storage.Table.TableEntity.WriteEntity(Microsoft.WindowsAzure.Storage.OperationContext)

Implements

Microsoft.WindowsAzure.Storage.Table.ITableEntity
  • Improve this Doc
  • View Source
Back to top Generated by DocFX