C# Class hds.WorldList

显示文件 Open project: hdneo/mxo-hd

Public Methods

Method Description
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

Method Details

WorldList() public method

public WorldList ( ) : System
return System

getCharPack() public method

public getCharPack ( ) : CharacterPack
return CharacterPack

getExistance() public method

public getExistance ( ) : bool
return bool

getPassword() public method

public getPassword ( ) : string
return string

getPrivateExponent() public method

public getPrivateExponent ( ) : byte[]
return byte[]

getPublicModulus() public method

public getPublicModulus ( ) : byte[]
return byte[]

getTimeCreated() public method

public getTimeCreated ( ) : int
return int

getUserID() public method

public getUserID ( ) : int
return int

getUsername() public method

public getUsername ( ) : string
return string

getWorldPack() public method

public getWorldPack ( ) : WorldsPack
return WorldsPack

setExistance() public method

public setExistance ( bool param ) : void
param bool
return void

setPassword() public method

public setPassword ( string password ) : void
password string
return void

setPrivateExponent() public method

public setPrivateExponent ( byte param ) : void
param byte
return void

setPublicModulus() public method

public setPublicModulus ( byte param ) : void
param byte
return void

setTimeCreated() public method

public setTimeCreated ( int param ) : void
param int
return void

setUserID() public method

public setUserID ( int param ) : void
param int
return void

setUsername() public method

public setUsername ( string username ) : void
username string
return void