C# 클래스 Questor.Modules.Lookup.Settings

파일 보기 프로젝트 열기: ISeeDEDPpl/Questor

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
LoadSettings ( ) : void
RandomNumber ( int min, int max ) : int
ReadSettingsFromXML ( XElement CharacterSettingsXml ) : void
Settings ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

LoadSettings() 공개 메소드

public LoadSettings ( ) : void
리턴 void

RandomNumber() 공개 메소드

public RandomNumber ( int min, int max ) : int
min int
max int
리턴 int

ReadSettingsFromXML() 공개 메소드

public ReadSettingsFromXML ( XElement CharacterSettingsXml ) : void
CharacterSettingsXml XElement
리턴 void

Settings() 공개 메소드

public Settings ( ) : System
리턴 System

프로퍼티 상세

CharacterName 공개적으로 프로퍼티

public string CharacterName
리턴 string

CharacterXMLExists 공개적으로 프로퍼티

public bool CharacterXMLExists
리턴 bool

CommonXMLExists 공개적으로 프로퍼티

public bool CommonXMLExists
리턴 bool

DefaultSettingsLoaded 공개적으로 프로퍼티

public bool DefaultSettingsLoaded
리턴 bool

EVEMemoryManager 공개적으로 프로퍼티

public bool EVEMemoryManager
리턴 bool

FactionXMLExists 공개적으로 프로퍼티

public bool FactionXMLExists
리턴 bool

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

Singleton implementation
public static Settings,Questor.Modules.Lookup Instance
리턴 Settings

LoginCharacter 공개적으로 프로퍼티

public string LoginCharacter
리턴 string

LoginUsername 공개적으로 프로퍼티

public string LoginUsername
리턴 string

MemoryManagerTrimThreshold 공개적으로 프로퍼티

public long MemoryManagerTrimThreshold
리턴 long

NoOfBookmarksDeletedAtOnce 공개적으로 프로퍼티

public int NoOfBookmarksDeletedAtOnce
리턴 int

NumberOfModulesToActivateInCycle 공개적으로 프로퍼티

public int NumberOfModulesToActivateInCycle
리턴 int

NumberOfTriesToDeleteBookmarks 공개적으로 프로퍼티

public int NumberOfTriesToDeleteBookmarks
리턴 int

Path 공개적으로 프로퍼티

public string Path
리턴 string

PocketStatsUseIndividualFilesPerPocket 공개적으로 프로퍼티

public bool PocketStatsUseIndividualFilesPerPocket
리턴 bool

QuestorManagerExists 공개적으로 프로퍼티

public bool QuestorManagerExists
리턴 bool

QuestorSettingsExists 공개적으로 프로퍼티

public bool QuestorSettingsExists
리턴 bool

QuestorStatisticsExists 공개적으로 프로퍼티

public bool QuestorStatisticsExists
리턴 bool

SchedulesXMLExists 공개적으로 프로퍼티

public bool SchedulesXMLExists
리턴 bool

SecondstoWaitAfterExitingCloseQuestorBeforeExitingEVE 공개적으로 프로퍼티

public int SecondstoWaitAfterExitingCloseQuestorBeforeExitingEVE
리턴 int

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

public static int SettingsInstances
리턴 int