C# Class DataStoreLib.Storage.NewsTable

Inheritance: Table
Mostra file Open project: viren85/moviemirchi

Public Methods

Method Description
DeleteNewsById ( List newsId ) : bool

Protected Methods

Method Description
GetParitionKey ( ) : string
NewsTable ( Microsoft.WindowsAzure.Storage.Table.CloudTable table ) : System

Private Methods

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

Method Details

DeleteNewsById() public method

public DeleteNewsById ( List newsId ) : bool
newsId List
return bool

GetParitionKey() protected method

protected GetParitionKey ( ) : string
return string

NewsTable() protected method

protected NewsTable ( Microsoft.WindowsAzure.Storage.Table.CloudTable table ) : System
table Microsoft.WindowsAzure.Storage.Table.CloudTable
return System