C# 클래스 DataStoreLib.Storage.UserFavoriteTable

상속: Table
파일 보기 프로젝트 열기: viren85/moviemirchi

공개 메소드들

메소드 설명
GetUserFavoritesByUserId ( string userId ) : UserFavoriteEntity

보호된 메소드들

메소드 설명
GetParitionKey ( ) : string
UserFavoriteTable ( Microsoft.WindowsAzure.Storage.Table.CloudTable table ) : System.Collections.Generic

비공개 메소드들

메소드 설명
CreateTable ( Microsoft.WindowsAzure.Storage.Table.CloudTable table ) : Table

메소드 상세

GetParitionKey() 보호된 메소드

protected GetParitionKey ( ) : string
리턴 string

GetUserFavoritesByUserId() 공개 메소드

public GetUserFavoritesByUserId ( string userId ) : UserFavoriteEntity
userId string
리턴 DataStoreLib.Models.UserFavoriteEntity

UserFavoriteTable() 보호된 메소드

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