C# Class Questor.Modules.Lookup.Settings

ファイルを表示 Open project: ISeeDEDPpl/Questor

Public Properties

Property Type Description
CharacterName string
CharacterXMLExists bool
CommonXMLExists bool
DefaultSettingsLoaded bool
EVEMemoryManager bool
FactionXMLExists bool
Instance Settings
LoginCharacter string
LoginUsername string
MemoryManagerTrimThreshold long
NoOfBookmarksDeletedAtOnce int
NumberOfModulesToActivateInCycle int
NumberOfTriesToDeleteBookmarks int
Path string
PocketStatsUseIndividualFilesPerPocket bool
QuestorManagerExists bool
QuestorSettingsExists bool
QuestorStatisticsExists bool
SchedulesXMLExists bool
SecondstoWaitAfterExitingCloseQuestorBeforeExitingEVE int
SettingsInstances int

Public Methods

Method Description
LoadSettings ( ) : void
RandomNumber ( int min, int max ) : int
ReadSettingsFromXML ( XElement CharacterSettingsXml ) : void
Settings ( ) : System

Private Methods

Method Description
LoadFactionBlacklist ( System.Xml.Linq.XElement CharacterSettingsXml, System.Xml.Linq.XElement CommonSettingsXml ) : void
LoadMissionBlackList ( System.Xml.Linq.XElement CharacterSettingsXml, System.Xml.Linq.XElement CommonSettingsXml ) : void
LoadMissionGreyList ( System.Xml.Linq.XElement CharacterSettingsXml, System.Xml.Linq.XElement CommonSettingsXml ) : void

Method Details

LoadSettings() public method

public LoadSettings ( ) : void
return void

RandomNumber() public method

public RandomNumber ( int min, int max ) : int
min int
max int
return int

ReadSettingsFromXML() public method

public ReadSettingsFromXML ( XElement CharacterSettingsXml ) : void
CharacterSettingsXml XElement
return void

Settings() public method

public Settings ( ) : System
return System

Property Details

CharacterName public_oe property

public string CharacterName
return string

CharacterXMLExists public_oe property

public bool CharacterXMLExists
return bool

CommonXMLExists public_oe property

public bool CommonXMLExists
return bool

DefaultSettingsLoaded public_oe property

public bool DefaultSettingsLoaded
return bool

EVEMemoryManager public_oe property

public bool EVEMemoryManager
return bool

FactionXMLExists public_oe property

public bool FactionXMLExists
return bool

Instance public_oe static_oe property

Singleton implementation
public static Settings,Questor.Modules.Lookup Instance
return Settings

LoginCharacter public_oe property

public string LoginCharacter
return string

LoginUsername public_oe property

public string LoginUsername
return string

MemoryManagerTrimThreshold public_oe property

public long MemoryManagerTrimThreshold
return long

NoOfBookmarksDeletedAtOnce public_oe property

public int NoOfBookmarksDeletedAtOnce
return int

NumberOfModulesToActivateInCycle public_oe property

public int NumberOfModulesToActivateInCycle
return int

NumberOfTriesToDeleteBookmarks public_oe property

public int NumberOfTriesToDeleteBookmarks
return int

Path public_oe property

public string Path
return string

PocketStatsUseIndividualFilesPerPocket public_oe property

public bool PocketStatsUseIndividualFilesPerPocket
return bool

QuestorManagerExists public_oe property

public bool QuestorManagerExists
return bool

QuestorSettingsExists public_oe property

public bool QuestorSettingsExists
return bool

QuestorStatisticsExists public_oe property

public bool QuestorStatisticsExists
return bool

SchedulesXMLExists public_oe property

public bool SchedulesXMLExists
return bool

SecondstoWaitAfterExitingCloseQuestorBeforeExitingEVE public_oe property

public int SecondstoWaitAfterExitingCloseQuestorBeforeExitingEVE
return int

SettingsInstances public_oe static_oe property

public static int SettingsInstances
return int