Table of Contents

Class TableEntityAdapter<T>

Namespace
Microsoft.Azure.Cosmos.Table
Assembly
Microsoft.Azure.Cosmos.Table.dll
public class TableEntityAdapter<T> : TableEntity, ITableEntity

Type Parameters

T
Inheritance
TableEntityAdapter<T>
Implements
Inherited Members

Constructors

TableEntityAdapter()

public TableEntityAdapter()

TableEntityAdapter(T)

public TableEntityAdapter(T originalEntity)

Parameters

originalEntity T

TableEntityAdapter(T, string, string)

public TableEntityAdapter(T originalEntity, string partitionKey, string rowKey)

Parameters

originalEntity T
partitionKey string
rowKey string

Properties

OriginalEntity

public T OriginalEntity { get; set; }

Property Value

T

Methods

ReadEntity(IDictionary<string, EntityProperty>, OperationContext)

public override void ReadEntity(IDictionary<string, EntityProperty> properties, OperationContext operationContext)

Parameters

properties IDictionary<string, EntityProperty>
operationContext OperationContext

WriteEntity(OperationContext)

public override IDictionary<string, EntityProperty> WriteEntity(OperationContext operationContext)

Parameters

operationContext OperationContext

Returns

IDictionary<string, EntityProperty>