C# Class ACAT.Extensions.Default.WordPredictors.PresageWCF.Settings

Inheritance: PreferencesBase
ファイルを表示 Open project: brlima94/acat-localization Class Usage Examples

Public Properties

Property Type Description
ConfigFileName String
DatabaseFileName String
LearningDatabaseFileName String
StartPresageIfNotRunning bool

Public Methods

Method Description
Load ( ) : Settings

Loads the settings from the settings file

Save ( ) : bool

Saves the settings to the settings file

Method Details

Load() public static method

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

Save() public method

Saves the settings to the settings file
public Save ( ) : bool
return bool

Property Details

ConfigFileName public_oe property

public String ConfigFileName
return String

DatabaseFileName public_oe property

public String DatabaseFileName
return String

LearningDatabaseFileName public_oe property

public String LearningDatabaseFileName
return String

StartPresageIfNotRunning public_oe property

public bool StartPresageIfNotRunning
return bool