C# Class DataStoreLib.Storage.UserFavoriteTable

Inheritance: Table
Afficher le fichier Open project: viren85/moviemirchi

Méthodes publiques

Méthode Description
GetUserFavoritesByUserId ( string userId ) : UserFavoriteEntity

Méthodes protégées

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

Private Methods

Méthode Description
CreateTable ( Microsoft.WindowsAzure.Storage.Table.CloudTable table ) : Table

Method Details

GetParitionKey() protected méthode

protected GetParitionKey ( ) : string
Résultat string

GetUserFavoritesByUserId() public méthode

public GetUserFavoritesByUserId ( string userId ) : UserFavoriteEntity
userId string
Résultat DataStoreLib.Models.UserFavoriteEntity

UserFavoriteTable() protected méthode

protected UserFavoriteTable ( Microsoft.WindowsAzure.Storage.Table.CloudTable table ) : System.Collections.Generic
table Microsoft.WindowsAzure.Storage.Table.CloudTable
Résultat System.Collections.Generic