C# 클래스 SagaLib.WorldConfig.World

파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 프로퍼티들

프로퍼티 타입 설명
DBHost string
DBName string
DBPass string
DBPort int
DBUser string
ID int
Name string
ifSQL int

공개 메소드들

메소드 설명
IsFilled ( ) : bool

메소드 상세

IsFilled() 공개 메소드

public IsFilled ( ) : bool
리턴 bool

프로퍼티 상세

DBHost 공개적으로 프로퍼티

public string DBHost
리턴 string

DBName 공개적으로 프로퍼티

public string DBName
리턴 string

DBPass 공개적으로 프로퍼티

public string DBPass
리턴 string

DBPort 공개적으로 프로퍼티

public int DBPort
리턴 int

DBUser 공개적으로 프로퍼티

public string DBUser
리턴 string

ID 공개적으로 프로퍼티

public int ID
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string

ifSQL 공개적으로 프로퍼티

public int ifSQL
리턴 int