C# 클래스 Rainy.Db.Config.PostgreConfig

상속: IDbConfig
파일 보기 프로젝트 열기: Dynalon/Rainy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Database string
Host string
Password string
Port uint
Username string

공개 메소드들

메소드 설명
PostgreConfig ( ) : ServiceStack.Text

메소드 상세

PostgreConfig() 공개 메소드

public PostgreConfig ( ) : ServiceStack.Text
리턴 ServiceStack.Text

프로퍼티 상세

Database 공개적으로 프로퍼티

public string Database
리턴 string

Host 공개적으로 프로퍼티

public string Host
리턴 string

Password 공개적으로 프로퍼티

public string Password
리턴 string

Port 공개적으로 프로퍼티

public uint Port
리턴 uint

Username 공개적으로 프로퍼티

public string Username
리턴 string