C# 클래스 DataStoreLib.Storage.NewsTable

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

공개 메소드들

메소드 설명
DeleteNewsById ( List newsId ) : bool

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

DeleteNewsById() 공개 메소드

public DeleteNewsById ( List newsId ) : bool
newsId List
리턴 bool

GetParitionKey() 보호된 메소드

protected GetParitionKey ( ) : string
리턴 string

NewsTable() 보호된 메소드

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