C# 클래스 Eddi.EDDIConfiguration

Configuration for EDDI
파일 보기 프로젝트 열기: cmdrmcdonald/EliteDangerousDataProvider 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
EDDIConfiguration ( ) : Newtonsoft.Json
FromFile ( string filename = null ) : EDDIConfiguration

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

ToFile ( string filename = null ) : void

Write configuration to a file. If the filename is not supplied then the path used when reading in the configuration will be used, or the default path of Constants.Data_DIR\eddi.json will be used

메소드 상세

EDDIConfiguration() 공개 메소드

public EDDIConfiguration ( ) : Newtonsoft.Json
리턴 Newtonsoft.Json

FromFile() 공개 정적인 메소드

Obtain configuration from a file. If the file name is not supplied the the default path of Constants.Data_DIR\eddi.json is used
public static FromFile ( string filename = null ) : EDDIConfiguration
filename string
리턴 EDDIConfiguration

ToFile() 공개 메소드

Write configuration to a file. If the filename is not supplied then the path used when reading in the configuration will be used, or the default path of Constants.Data_DIR\eddi.json will be used
public ToFile ( string filename = null ) : void
filename string
리턴 void