EntityProperty Class

Definition

public sealed class EntityProperty : IEquatable<Microsoft.WindowsAzure.Storage.Table.EntityProperty>
type EntityProperty = class
    interface IEquatable<EntityProperty>
Public NotInheritable Class EntityProperty
Implements IEquatable(Of EntityProperty)
Inheritance
EntityProperty
Implements

Constructors

EntityProperty(Byte[])
EntityProperty(Nullable<Boolean>)
EntityProperty(Nullable<DateTime>)
EntityProperty(Nullable<DateTimeOffset>)
EntityProperty(Nullable<Double>)
EntityProperty(Nullable<Guid>)
EntityProperty(Nullable<Int32>)
EntityProperty(Nullable<Int64>)
EntityProperty(String)

Properties

BinaryValue
BooleanValue
DateTime
DateTimeOffsetValue
DoubleValue
GuidValue
Int32Value
Int64Value
PropertyAsObject
PropertyType
StringValue

Methods

CreateEntityPropertyFromObject(Object)
Equals(EntityProperty)
Equals(Object)
GeneratePropertyForBool(Nullable<Boolean>)
GeneratePropertyForByteArray(Byte[])
GeneratePropertyForDateTimeOffset(Nullable<DateTimeOffset>)
GeneratePropertyForDouble(Nullable<Double>)
GeneratePropertyForGuid(Nullable<Guid>)
GeneratePropertyForInt(Nullable<Int32>)
GeneratePropertyForLong(Nullable<Int64>)
GeneratePropertyForString(String)
GetHashCode()

Applies to