EntityProperty Methods

Windows Runtime Azure Storage Client Library

Public Methods (see also Protected Methods)

  Name Description
public method static CreateEntityPropertyFromObject Creates an EntityProperty from the specified object.
public method Equals Overloaded.  
public method static GeneratePropertyForBool Creates a new EntityProperty object that represents the specified Boolean value.
public method static GeneratePropertyForByteArray Creates a new EntityProperty object that represents the specified byte array.
public method static GeneratePropertyForDateTimeOffset Creates a new EntityProperty object that represents the specified DateTimeOffset value.
public method static GeneratePropertyForDouble Creates a new EntityProperty object that represents the specified Double value.
public method static GeneratePropertyForGuid Creates a new EntityProperty object that represents the specified Guid value.
public method static GeneratePropertyForInt Creates a new EntityProperty object that represents the specified Int32 value.
public method static GeneratePropertyForLong Creates a new EntityProperty object that represents the specified Int64 value.
public method static GeneratePropertyForString Creates a new EntityProperty object that represents the specified String value.
public method GetHashCode Overridden. Gets the hash code for this entity property.
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Protected Methods

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

See Also