C# Class DataStoreLib.Storage.TableStore

显示文件 Open project: viren85/moviemirchi

Public Properties

Property Type Description
AffilationTableName string
ArtistTableName string
MovieTableName string
NewsTableName string
PopularOnMovieMirchiName string
ReviewTableName string
ReviewerTableName string
ToBeIndexedTableName string
TwitterTableName string
UserFavoriteTableName string
UserTableName string

Protected Properties

Property Type Description
_instance TableStore
lockObj object

Public Methods

Method Description
GetTable ( string tableName ) : Table

Protected Methods

Method Description
TableStore ( ) : System

Private Methods

Method Description
CreateTableIfNotExist ( string tableName ) : Table

Method Details

GetTable() public method

public GetTable ( string tableName ) : Table
tableName string
return Table

TableStore() protected method

protected TableStore ( ) : System
return System

Property Details

AffilationTableName public_oe static_oe property

public static string AffilationTableName
return string

ArtistTableName public_oe static_oe property

public static string ArtistTableName
return string

MovieTableName public_oe static_oe property

public static string MovieTableName
return string

NewsTableName public_oe static_oe property

public static string NewsTableName
return string

PopularOnMovieMirchiName public_oe static_oe property

public static string PopularOnMovieMirchiName
return string

ReviewTableName public_oe static_oe property

public static string ReviewTableName
return string

ReviewerTableName public_oe static_oe property

public static string ReviewerTableName
return string

ToBeIndexedTableName public_oe static_oe property

public static string ToBeIndexedTableName
return string

TwitterTableName public_oe static_oe property

public static string TwitterTableName
return string

UserFavoriteTableName public_oe static_oe property

public static string UserFavoriteTableName
return string

UserTableName public_oe static_oe property

public static string UserTableName
return string

_instance protected_oe static_oe property

protected static TableStore,DataStoreLib.Storage _instance
return TableStore

lockObj protected_oe static_oe property

protected static object lockObj
return object