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

Inheritance: PreferencesBase
Show file 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 property

public String ConfigFileName
return String

DatabaseFileName public property

public String DatabaseFileName
return String

LearningDatabaseFileName public property

public String LearningDatabaseFileName
return String

StartPresageIfNotRunning public property

public bool StartPresageIfNotRunning
return bool