C# 클래스 EddiCompanionAppService.CommanderConfiguration

Storage for the Commander Configs
파일 보기 프로젝트 열기: cmdrmcdonald/EliteDangerousDataProvider 1 사용 예제들

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