EntityProperty Members

Windows Runtime Azure Storage Client Library

Class for storing information about a single property in an entity in a table.

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

Public Constructors

  Name Description
EntityProperty Initializes a new instance of the EntityProperty class by using the String value of the property.
Top

Public Properties

  Name Description
public property BinaryValue Gets or sets the byte array value of this EntityProperty object.
public property BooleanValue Gets or sets the boolean value of this EntityProperty object.
public property DateTimeOffsetValue Gets or sets the DateTimeOffset value of this EntityProperty object.
public property DoubleValue Gets or sets the double value of this EntityProperty object.
public property GuidValue Gets or sets the Guid value of this EntityProperty object.
public property Int32Value Gets or sets the Int32 value of this EntityProperty object.
public property Int64Value Gets or sets the Int64 value of this EntityProperty object.
public property PropertyAsObject Gets the EntityProperty as a generic object.
public property PropertyType Gets the EdmType of this EntityProperty object.
public property StringValue Gets or sets the string value of this EntityProperty object.
Top

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)
Top

Protected Methods

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

See Also