C# 클래스 ACAT.Extensions.Default.WordPredictors.PresageWCF.Settings

상속: PreferencesBase
파일 보기 프로젝트 열기: brlima94/acat-localization 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ConfigFileName String
DatabaseFileName String
LearningDatabaseFileName String
StartPresageIfNotRunning bool

공개 메소드들

메소드 설명
Load ( ) : Settings

Loads the settings from the settings file

Save ( ) : bool

Saves the settings to the settings file

메소드 상세

Load() 공개 정적인 메소드

Loads the settings from the settings file
public static Load ( ) : Settings
리턴 Settings

Save() 공개 메소드

Saves the settings to the settings file
public Save ( ) : bool
리턴 bool

프로퍼티 상세

ConfigFileName 공개적으로 프로퍼티

public String ConfigFileName
리턴 String

DatabaseFileName 공개적으로 프로퍼티

public String DatabaseFileName
리턴 String

LearningDatabaseFileName 공개적으로 프로퍼티

public String LearningDatabaseFileName
리턴 String

StartPresageIfNotRunning 공개적으로 프로퍼티

public bool StartPresageIfNotRunning
리턴 bool