C# Class DataStoreLib.Storage.NewsTable

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

Méthodes publiques

Méthode Description
DeleteNewsById ( List newsId ) : bool

Méthodes protégées

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

Private Methods

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

Method Details

DeleteNewsById() public méthode

public DeleteNewsById ( List newsId ) : bool
newsId List
Résultat bool

GetParitionKey() protected méthode

protected GetParitionKey ( ) : string
Résultat string

NewsTable() protected méthode

protected NewsTable ( Microsoft.WindowsAzure.Storage.Table.CloudTable table ) : System
table Microsoft.WindowsAzure.Storage.Table.CloudTable
Résultat System