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. |
Public Properties
Name | Description | |
---|---|---|
ETag | Gets or sets the entity's current ETag. | |
PartitionKey | Gets or sets the entity's partition key. | |
Properties | Gets or sets the properties in the table entity, indexed by property name. | |
RowKey | Gets or sets the entity's row key. | |
Timestamp | Gets or sets the entity's timestamp. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ReadEntity | Deserializes this DynamicTableEntity instance using the specified IDictionary of property names to values of type EntityProperty. | |
ToString | (Inherited from Object) | |
WriteEntity | Serializes the IDictionary of property names mapped to values of type EntityProperty from this DynamicTableEntity instance. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |