C# Class IBE.RegulatedNoiseSettings

Datei anzeigen Open project: Duke-Jones/ED-IBE Class Usage Examples

Public Properties

Property Type Description
AutoActivateOCRTab bool
AutoActivateSystemTab bool
AutoEvent_JumpedTo bool
AutoEvent_MarketDataCollected bool
AutoEvent_ReplaceVisited bool
AutoEvent_Visited bool
AutoImport bool
BackgroundColour string
CBSortingSelection int
CmdrsLogSortColumn int
CmdrsLogSortOrder SortOrder
DBStartTimeout System.Int32
DeleteScreenshotOnImport bool
EBPixelAmount int
EBPixelThreshold float
EDDNAutoImport bool
EDDNAutoListen bool
ForegroundColour string
GUIColorCutoffLevel int
GamePath string
IncludeExtendedCSVInfo bool
IncludeUnknownDTS bool
ListViewColumnData List>.SerializableDictionary
LoadStationsJSON bool
MaxRouteDistance bool
MostRecentOCRFolder string
PerLightYearRoundTrip bool
PilotsName string
PostToEddnOnImport bool
ProductAppData string
ProductsPath string
SQL_CommandArgs String
SQL_Commandline String
SQL_ConnectTimeout System.Int32
SQL_Database String
SQL_Name String
SQL_Pass String
SQL_Port System.Int32
SQL_Server String
SQL_StayAlive System.Boolean
SQL_TimeOut System.Int32
SQL_User String
SQL_Workingdirectory String
SpoolEddnToFile bool
SpoolImplausibleToFile bool
StartOCROnLoad bool
StartWebserverOnLoad bool
StationToStar bool
TestMode bool
TraineddataFile string
UiColour string
UseEddnTestSchema bool
UserName string
WebserverBackgroundColor string
WebserverForegroundColor string
WebserverIpAddress string
WebserverPort string
WindowBaseData WindowData>.SerializableDictionary
checkedTestEDDNSetting bool
instance RegulatedNoiseSettings
lastLightYears int
lastMaxRouteDistance int
lastStationCount int
lastStationCountActive bool
lastStationToStar int
lastVersion decimal
lastVersionDJ decimal
limitLightYears bool
oldDataPurgeDeadlineDays System.Int32
trustedSenders List
usePilotsName bool

Public Methods

Method Description
GetUserID ( ) : String
LoadSettings ( ) : RegulatedNoiseSettings
getBackgroundColor ( ) : Color

returns the UI color as color object

getForegroundColor ( ) : Color

returns the UI color as color object

getUiColor ( ) : Color

returns the UI color as color object

Method Details

GetUserID() public method

public GetUserID ( ) : String
return String

LoadSettings() public static method

public static LoadSettings ( ) : RegulatedNoiseSettings
return RegulatedNoiseSettings

getBackgroundColor() public method

returns the UI color as color object
public getBackgroundColor ( ) : Color
return Color

getForegroundColor() public method

returns the UI color as color object
public getForegroundColor ( ) : Color
return Color

getUiColor() public method

returns the UI color as color object
public getUiColor ( ) : Color
return Color

Property Details

AutoActivateOCRTab public_oe property

public bool AutoActivateOCRTab
return bool

AutoActivateSystemTab public_oe property

public bool AutoActivateSystemTab
return bool

AutoEvent_JumpedTo public_oe property

public bool AutoEvent_JumpedTo
return bool

AutoEvent_MarketDataCollected public_oe property

public bool AutoEvent_MarketDataCollected
return bool

AutoEvent_ReplaceVisited public_oe property

public bool AutoEvent_ReplaceVisited
return bool

AutoEvent_Visited public_oe property

public bool AutoEvent_Visited
return bool

AutoImport public_oe property

public bool AutoImport
return bool

BackgroundColour public_oe property

public string BackgroundColour
return string

CBSortingSelection public_oe property

public int CBSortingSelection
return int

CmdrsLogSortColumn public_oe property

public int CmdrsLogSortColumn
return int

CmdrsLogSortOrder public_oe property

public SortOrder CmdrsLogSortOrder
return SortOrder

DBStartTimeout public_oe property

public Int32,System DBStartTimeout
return System.Int32

DeleteScreenshotOnImport public_oe property

public bool DeleteScreenshotOnImport
return bool

EBPixelAmount public_oe property

public int EBPixelAmount
return int

EBPixelThreshold public_oe property

public float EBPixelThreshold
return float

EDDNAutoImport public_oe property

public bool EDDNAutoImport
return bool

EDDNAutoListen public_oe property

public bool EDDNAutoListen
return bool

ForegroundColour public_oe property

public string ForegroundColour
return string

GUIColorCutoffLevel public_oe property

public int GUIColorCutoffLevel
return int

GamePath public_oe property

public string GamePath
return string

IncludeExtendedCSVInfo public_oe property

public bool IncludeExtendedCSVInfo
return bool

IncludeUnknownDTS public_oe property

public bool IncludeUnknownDTS
return bool

ListViewColumnData public_oe property

public SerializableDictionary> ListViewColumnData
return List>.SerializableDictionary

LoadStationsJSON public_oe property

public bool LoadStationsJSON
return bool

MaxRouteDistance public_oe property

public bool MaxRouteDistance
return bool

MostRecentOCRFolder public_oe property

public string MostRecentOCRFolder
return string

PerLightYearRoundTrip public_oe property

public bool PerLightYearRoundTrip
return bool

PilotsName public_oe property

public string PilotsName
return string

PostToEddnOnImport public_oe property

public bool PostToEddnOnImport
return bool

ProductAppData public_oe property

public string ProductAppData
return string

ProductsPath public_oe property

public string ProductsPath
return string

SQL_CommandArgs public_oe property

public String SQL_CommandArgs
return String

SQL_Commandline public_oe property

public String SQL_Commandline
return String

SQL_ConnectTimeout public_oe property

public Int32,System SQL_ConnectTimeout
return System.Int32

SQL_Database public_oe property

public String SQL_Database
return String

SQL_Name public_oe property

public String SQL_Name
return String

SQL_Pass public_oe property

public String SQL_Pass
return String

SQL_Port public_oe property

public Int32,System SQL_Port
return System.Int32

SQL_Server public_oe property

public String SQL_Server
return String

SQL_StayAlive public_oe property

public Boolean,System SQL_StayAlive
return System.Boolean

SQL_TimeOut public_oe property

public Int32,System SQL_TimeOut
return System.Int32

SQL_User public_oe property

public String SQL_User
return String

SQL_Workingdirectory public_oe property

public String SQL_Workingdirectory
return String

SpoolEddnToFile public_oe property

public bool SpoolEddnToFile
return bool

SpoolImplausibleToFile public_oe property

public bool SpoolImplausibleToFile
return bool

StartOCROnLoad public_oe property

public bool StartOCROnLoad
return bool

StartWebserverOnLoad public_oe property

public bool StartWebserverOnLoad
return bool

StationToStar public_oe property

public bool StationToStar
return bool

TestMode public_oe property

public bool TestMode
return bool

TraineddataFile public_oe property

public string TraineddataFile
return string

UiColour public_oe property

public string UiColour
return string

UseEddnTestSchema public_oe property

public bool UseEddnTestSchema
return bool

UserName public_oe property

public string UserName
return string

WebserverBackgroundColor public_oe property

public string WebserverBackgroundColor
return string

WebserverForegroundColor public_oe property

public string WebserverForegroundColor
return string

WebserverIpAddress public_oe property

public string WebserverIpAddress
return string

WebserverPort public_oe property

public string WebserverPort
return string

WindowBaseData public_oe property

public SerializableDictionary WindowBaseData
return WindowData>.SerializableDictionary

checkedTestEDDNSetting public_oe property

public bool checkedTestEDDNSetting
return bool

instance public_oe static_oe property

public static RegulatedNoiseSettings,IBE instance
return RegulatedNoiseSettings

lastLightYears public_oe property

public int lastLightYears
return int

lastMaxRouteDistance public_oe property

public int lastMaxRouteDistance
return int

lastStationCount public_oe property

public int lastStationCount
return int

lastStationCountActive public_oe property

public bool lastStationCountActive
return bool

lastStationToStar public_oe property

public int lastStationToStar
return int

lastVersion public_oe property

public decimal lastVersion
return decimal

lastVersionDJ public_oe property

public decimal lastVersionDJ
return decimal

limitLightYears public_oe property

public bool limitLightYears
return bool

oldDataPurgeDeadlineDays public_oe property

public Int32,System oldDataPurgeDeadlineDays
return System.Int32

trustedSenders public_oe property

public List trustedSenders
return List

usePilotsName public_oe property

public bool usePilotsName
return bool