C# Class DataStoreLib.Storage.TableStore

Afficher le fichier Open project: viren85/moviemirchi

Méthodes publiques

Свойство 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

Свойство Type Description
_instance TableStore
lockObj object

Méthodes publiques

Méthode Description
GetTable ( string tableName ) : Table

Méthodes protégées

Méthode Description
TableStore ( ) : System

Private Methods

Méthode Description
CreateTableIfNotExist ( string tableName ) : Table

Method Details

GetTable() public méthode

public GetTable ( string tableName ) : Table
tableName string
Résultat Table

TableStore() protected méthode

protected TableStore ( ) : System
Résultat System

Property Details

AffilationTableName public_oe static_oe property

public static string AffilationTableName
Résultat string

ArtistTableName public_oe static_oe property

public static string ArtistTableName
Résultat string

MovieTableName public_oe static_oe property

public static string MovieTableName
Résultat string

NewsTableName public_oe static_oe property

public static string NewsTableName
Résultat string

PopularOnMovieMirchiName public_oe static_oe property

public static string PopularOnMovieMirchiName
Résultat string

ReviewTableName public_oe static_oe property

public static string ReviewTableName
Résultat string

ReviewerTableName public_oe static_oe property

public static string ReviewerTableName
Résultat string

ToBeIndexedTableName public_oe static_oe property

public static string ToBeIndexedTableName
Résultat string

TwitterTableName public_oe static_oe property

public static string TwitterTableName
Résultat string

UserFavoriteTableName public_oe static_oe property

public static string UserFavoriteTableName
Résultat string

UserTableName public_oe static_oe property

public static string UserTableName
Résultat string

_instance protected_oe static_oe property

protected static TableStore,DataStoreLib.Storage _instance
Résultat TableStore

lockObj protected_oe static_oe property

protected static object lockObj
Résultat object