C# Class DataStoreLib.Storage.ArtistTable

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

Méthodes publiques

Méthode Description
GetArtist ( string artistName ) : ArtistEntity

Méthodes protégées

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

Private Methods

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

Method Details

ArtistTable() protected méthode

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

GetArtist() public méthode

public GetArtist ( string artistName ) : ArtistEntity
artistName string
Résultat DataStoreLib.Models.ArtistEntity

GetParitionKey() protected méthode

protected GetParitionKey ( ) : string
Résultat string