C# Class DataStoreLib.Storage.ArtistTable

Inheritance: Table
Mostra file Open project: viren85/moviemirchi

Public Methods

Method Description
GetArtist ( string artistName ) : ArtistEntity

Protected Methods

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

Private Methods

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

Method Details

ArtistTable() protected method

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

GetArtist() public method

public GetArtist ( string artistName ) : ArtistEntity
artistName string
return DataStoreLib.Models.ArtistEntity

GetParitionKey() protected method

protected GetParitionKey ( ) : string
return string