Class AbstractCommandAuditTableEntity
Inheritance
System.Object
Microsoft.WindowsAzure.Storage.Table.TableEntity
AbstractCommandAuditTableEntity
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 SourceAdditionalProperties
Declaration
[IgnoreProperty]
public IReadOnlyDictionary<string, string> AdditionalProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyDictionary<System.String, System.String> |
CommandId
Declaration
public string CommandId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CommandType
Declaration
public string CommandType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CorrelationId
Declaration
public string CorrelationId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Depth
Declaration
public int Depth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
DispatchedAtUtc
Declaration
public DateTime DispatchedAtUtc { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |
Type
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
| Improve this Doc View SourceWriteEntity(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