DynamicTableEntity Members

Windows Runtime Azure Storage Client Library

A ITableEntity type which allows callers direct access to the property map of the entity. This class eliminates the use of reflection for serialization and deserialization.

The following tables list the members exposed by the DynamicTableEntity type.

Public Constructors

  Name Description
DynamicTableEntity Overloaded.  
Top

Public Properties

  Name Description
public property ETag Gets or sets the entity's current ETag.
public property PartitionKey Gets or sets the entity's partition key.
public property Properties Gets or sets the properties in the table entity, indexed by property name.
public property RowKey Gets or sets the entity's row key.
public property Timestamp Gets or sets the entity's timestamp.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ReadEntity Deserializes this DynamicTableEntity instance using the specified IDictionary of property names to values of type EntityProperty.
public method ToString  (Inherited from Object)
public method WriteEntity Serializes the IDictionary of property names mapped to values of type EntityProperty from this DynamicTableEntity instance.
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also