C# 클래스 OKr.MXReader.Client.Core.Data.OkrRepository

파일 보기 프로젝트 열기: anytao/ModernReader 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
conn string

공개 메소드들

메소드 설명
CreateDB ( ) : void
DeleteDB ( ) : void
ExistDB ( ) : bool
GetConfig ( string key ) : Config

메소드 상세

CreateDB() 공개 정적인 메소드

public static CreateDB ( ) : void
리턴 void

DeleteDB() 공개 정적인 메소드

public static DeleteDB ( ) : void
리턴 void

ExistDB() 공개 정적인 메소드

public static ExistDB ( ) : bool
리턴 bool

GetConfig() 공개 정적인 메소드

public static GetConfig ( string key ) : Config
key string
리턴 Config

프로퍼티 상세

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

public static string conn
리턴 string