TableEntity Methods

Windows Runtime Azure Storage Client Library

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 the entity using the specified IDictionary that maps property names to typed EntityProperty values.
public method static ReadUserObject Deserializes a custom entity instance using the specified IDictionary of property names to EntityProperty data typed values.
public method ToString  (Inherited from Object)
public method WriteEntity Serializes the IDictionary of property names mapped to EntityProperty data values from this TableEntity instance.
public method static WriteUserObject Create a IDictionary of EntityProperty objects for all the properties of the specified entity object.

Protected Methods

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

See Also