C# Класс EddiCompanionAppService.CommanderConfiguration

Storage for the Commander Configs
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

Clear() публичный Метод

Clear the information
public Clear ( ) : void
Результат void

FromFile() публичный статический Метод

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
Результат CommanderConfiguration

ToFile() публичный Метод

public ToFile ( string filename = null ) : void
filename string
Результат void