C# Class DataStoreLib.Models.TableStorageEntity

Inheritance: TableEntity, IDataStoreTableEntity
Show file Open project: viren85/moviemirchi

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetKey ( ) : string

Protected Methods

Method Description
TableStorageEntity ( string partitionKey, string rowKey ) : System

Private Methods

Method Description
MergeDicts ( Microsoft.WindowsAzure.Storage.Table.EntityProperty>.System.Collections.Generic.IDictionary dictionary ) : Microsoft.WindowsAzure.Storage.Table.EntityProperty>.System.Collections.Generic.IDictionary
ReadTimestamp ( Microsoft.WindowsAzure.Storage.Table.EntityProperty>.System.Collections.Generic.IDictionary properties, string key ) : DateTimeOffset
WriteTimestamp ( Microsoft.WindowsAzure.Storage.Table.EntityProperty>.System.Collections.Generic.IDictionary prop, string key, DateTimeOffset val ) : void

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetKey() public method

public GetKey ( ) : string
return string

TableStorageEntity() protected method

protected TableStorageEntity ( string partitionKey, string rowKey ) : System
partitionKey string
rowKey string
return System