C# 클래스 hds.WorldList

파일 보기 프로젝트 열기: hdneo/mxo-hd

공개 메소드들

메소드 설명
WorldList ( ) : System
getCharPack ( ) : CharacterPack
getExistance ( ) : bool
getPassword ( ) : string
getPrivateExponent ( ) : byte[]
getPublicModulus ( ) : byte[]
getTimeCreated ( ) : int
getUserID ( ) : int
getUsername ( ) : string
getWorldPack ( ) : WorldsPack
setExistance ( bool param ) : void
setPassword ( string password ) : void
setPrivateExponent ( byte param ) : void
setPublicModulus ( byte param ) : void
setTimeCreated ( int param ) : void
setUserID ( int param ) : void
setUsername ( string username ) : void

메소드 상세

WorldList() 공개 메소드

public WorldList ( ) : System
리턴 System

getCharPack() 공개 메소드

public getCharPack ( ) : CharacterPack
리턴 CharacterPack

getExistance() 공개 메소드

public getExistance ( ) : bool
리턴 bool

getPassword() 공개 메소드

public getPassword ( ) : string
리턴 string

getPrivateExponent() 공개 메소드

public getPrivateExponent ( ) : byte[]
리턴 byte[]

getPublicModulus() 공개 메소드

public getPublicModulus ( ) : byte[]
리턴 byte[]

getTimeCreated() 공개 메소드

public getTimeCreated ( ) : int
리턴 int

getUserID() 공개 메소드

public getUserID ( ) : int
리턴 int

getUsername() 공개 메소드

public getUsername ( ) : string
리턴 string

getWorldPack() 공개 메소드

public getWorldPack ( ) : WorldsPack
리턴 WorldsPack

setExistance() 공개 메소드

public setExistance ( bool param ) : void
param bool
리턴 void

setPassword() 공개 메소드

public setPassword ( string password ) : void
password string
리턴 void

setPrivateExponent() 공개 메소드

public setPrivateExponent ( byte param ) : void
param byte
리턴 void

setPublicModulus() 공개 메소드

public setPublicModulus ( byte param ) : void
param byte
리턴 void

setTimeCreated() 공개 메소드

public setTimeCreated ( int param ) : void
param int
리턴 void

setUserID() 공개 메소드

public setUserID ( int param ) : void
param int
리턴 void

setUsername() 공개 메소드

public setUsername ( string username ) : void
username string
리턴 void