C# Class otloader.Settings

Show file Open project: opentibia/loader

Public Properties

Property Type Description
SettingFilename string

Public Methods

Method Description
GetAppDataPath ( ) : string
GetClientServerList ( ) : List
GetRSAKeys ( ) : List
GetServerList ( ) : List
Load ( ) : bool
Save ( ) : void
Settings ( ) : System
UpdateServerList ( List servers ) : void

Private Methods

Method Description
makeXPath ( XmlDocument doc, XmlNode parent, string xpath ) : XmlNode
makeXPath ( XmlDocument doc, string xpath ) : XmlNode

Method Details

GetAppDataPath() public method

public GetAppDataPath ( ) : string
return string

GetClientServerList() public method

public GetClientServerList ( ) : List
return List

GetRSAKeys() public method

public GetRSAKeys ( ) : List
return List

GetServerList() public method

public GetServerList ( ) : List
return List

Load() public method

public Load ( ) : bool
return bool

Save() public method

public Save ( ) : void
return void

Settings() public method

public Settings ( ) : System
return System

UpdateServerList() public method

public UpdateServerList ( List servers ) : void
servers List
return void

Property Details

SettingFilename public static property

public static string SettingFilename
return string