C# 클래스 DataStoreLib.Storage.TableStore

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

공개 프로퍼티들

프로퍼티 타입 설명
AffilationTableName string
ArtistTableName string
MovieTableName string
NewsTableName string
PopularOnMovieMirchiName string
ReviewTableName string
ReviewerTableName string
ToBeIndexedTableName string
TwitterTableName string
UserFavoriteTableName string
UserTableName string

보호된 프로퍼티들

프로퍼티 타입 설명
_instance TableStore
lockObj object

공개 메소드들

메소드 설명
GetTable ( string tableName ) : Table

보호된 메소드들

메소드 설명
TableStore ( ) : System

비공개 메소드들

메소드 설명
CreateTableIfNotExist ( string tableName ) : Table

메소드 상세

GetTable() 공개 메소드

public GetTable ( string tableName ) : Table
tableName string
리턴 Table

TableStore() 보호된 메소드

protected TableStore ( ) : System
리턴 System

프로퍼티 상세

AffilationTableName 공개적으로 정적으로 프로퍼티

public static string AffilationTableName
리턴 string

ArtistTableName 공개적으로 정적으로 프로퍼티

public static string ArtistTableName
리턴 string

MovieTableName 공개적으로 정적으로 프로퍼티

public static string MovieTableName
리턴 string

NewsTableName 공개적으로 정적으로 프로퍼티

public static string NewsTableName
리턴 string

PopularOnMovieMirchiName 공개적으로 정적으로 프로퍼티

public static string PopularOnMovieMirchiName
리턴 string

ReviewTableName 공개적으로 정적으로 프로퍼티

public static string ReviewTableName
리턴 string

ReviewerTableName 공개적으로 정적으로 프로퍼티

public static string ReviewerTableName
리턴 string

ToBeIndexedTableName 공개적으로 정적으로 프로퍼티

public static string ToBeIndexedTableName
리턴 string

TwitterTableName 공개적으로 정적으로 프로퍼티

public static string TwitterTableName
리턴 string

UserFavoriteTableName 공개적으로 정적으로 프로퍼티

public static string UserFavoriteTableName
리턴 string

UserTableName 공개적으로 정적으로 프로퍼티

public static string UserTableName
리턴 string

_instance 보호되어 있는 정적으로 프로퍼티

protected static TableStore,DataStoreLib.Storage _instance
리턴 TableStore

lockObj 보호되어 있는 정적으로 프로퍼티

protected static object lockObj
리턴 object