C# Class EddiCompanionAppService.CommanderConfiguration

Storage for the Commander Configs
ファイルを表示 Open project: cmdrmcdonald/EliteDangerousDataProvider Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Clear ( ) : void

Clear the information

FromFile ( string filename = null ) : CommanderConfiguration

Obtain commander config from a file. If If the file name is not supplied the the default path of Constants.Data_DIR\commander.json is used

ToFile ( string filename = null ) : void

Method Details

Clear() public method

Clear the information
public Clear ( ) : void
return void

FromFile() public static method

Obtain commander config from a file. If If the file name is not supplied the the default path of Constants.Data_DIR\commander.json is used
public static FromFile ( string filename = null ) : CommanderConfiguration
filename string
return CommanderConfiguration

ToFile() public method

public ToFile ( string filename = null ) : void
filename string
return void