C# Class DataStoreLib.Storage.UserFavoriteTable

Inheritance: Table
显示文件 Open project: viren85/moviemirchi

Public Methods

Method Description
GetUserFavoritesByUserId ( string userId ) : UserFavoriteEntity

Protected Methods

Method Description
GetParitionKey ( ) : string
UserFavoriteTable ( Microsoft.WindowsAzure.Storage.Table.CloudTable table ) : System.Collections.Generic

Private Methods

Method Description
CreateTable ( Microsoft.WindowsAzure.Storage.Table.CloudTable table ) : Table

Method Details

GetParitionKey() protected method

protected GetParitionKey ( ) : string
return string

GetUserFavoritesByUserId() public method

public GetUserFavoritesByUserId ( string userId ) : UserFavoriteEntity
userId string
return DataStoreLib.Models.UserFavoriteEntity

UserFavoriteTable() protected method

protected UserFavoriteTable ( Microsoft.WindowsAzure.Storage.Table.CloudTable table ) : System.Collections.Generic
table Microsoft.WindowsAzure.Storage.Table.CloudTable
return System.Collections.Generic