TableEntity.WriteUserObject Method

Definition

Create a IDictionary<TKey, TValue> of EntityProperty objects for all the properties of the specified entity object.

public static System.Collections.Generic.IDictionary<string,Microsoft.WindowsAzure.Storage.Table.EntityProperty> WriteUserObject (object entity, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
Parameters
entity
Object

The entity object to serialize.

operationContext
OperationContext

An OperationContext object that represents the context for the current operation.

Returns

An IDictionary<TKey, TValue> of EntityProperty objects for all the properties of the specified entity object.