C# Class EddiCompanionAppService.CommanderConfiguration

Storage for the Commander Configs
Afficher le fichier Open project: cmdrmcdonald/EliteDangerousDataProvider Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Clear the information
public Clear ( ) : void
Résultat void

FromFile() public static méthode

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
Résultat CommanderConfiguration

ToFile() public méthode

public ToFile ( string filename = null ) : void
filename string
Résultat void