C# 클래스 DataStoreLib.Storage.ArtistTable

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

공개 메소드들

메소드 설명
GetArtist ( string artistName ) : ArtistEntity

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

ArtistTable() 보호된 메소드

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

GetArtist() 공개 메소드

public GetArtist ( string artistName ) : ArtistEntity
artistName string
리턴 DataStoreLib.Models.ArtistEntity

GetParitionKey() 보호된 메소드

protected GetParitionKey ( ) : string
리턴 string