C# 클래스 AdvancedLogParser.InfoGather

파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DatabasePassword string
DatabasePort string
DatabaseSchema string
DatabaseServer string
DatabaseUser string
currentLoader LoadingForm

공개 메소드들

메소드 설명
BuildConnectionString ( ) : void
CountBankValue ( ) : void
CountpChestValue ( ) : void
GetAlerts ( ) : void
GetCharacters ( ) : void
GetDMTime ( ) : void
GetLogins ( ) : void
GetMedWealth ( uint nXP ) : uint
GetPlayers ( ) : bool
GetWealthLevel ( Character character ) : WealthLevel
IdentifyLogins ( ) : void

비공개 메소드들

메소드 설명
GetCutoffWealth ( uint nXP ) : uint
GetHighWealth ( uint nXP ) : uint
GetLowWealth ( uint nXP ) : uint

메소드 상세

BuildConnectionString() 공개 정적인 메소드

public static BuildConnectionString ( ) : void
리턴 void

CountBankValue() 공개 정적인 메소드

public static CountBankValue ( ) : void
리턴 void

CountpChestValue() 공개 정적인 메소드

public static CountpChestValue ( ) : void
리턴 void

GetAlerts() 공개 정적인 메소드

public static GetAlerts ( ) : void
리턴 void

GetCharacters() 공개 정적인 메소드

public static GetCharacters ( ) : void
리턴 void

GetDMTime() 공개 정적인 메소드

public static GetDMTime ( ) : void
리턴 void

GetLogins() 공개 정적인 메소드

public static GetLogins ( ) : void
리턴 void

GetMedWealth() 공개 정적인 메소드

public static GetMedWealth ( uint nXP ) : uint
nXP uint
리턴 uint

GetPlayers() 공개 정적인 메소드

public static GetPlayers ( ) : bool
리턴 bool

GetWealthLevel() 공개 정적인 메소드

public static GetWealthLevel ( Character character ) : WealthLevel
character Character
리턴 WealthLevel

IdentifyLogins() 공개 정적인 메소드

public static IdentifyLogins ( ) : void
리턴 void

프로퍼티 상세

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

public static string DatabasePassword
리턴 string

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

public static string DatabasePort
리턴 string

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

public static string DatabaseSchema
리턴 string

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

public static string DatabaseServer
리턴 string

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

public static string DatabaseUser
리턴 string

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

public static LoadingForm,AdvancedLogParser currentLoader
리턴 LoadingForm