C# Class Nexus.Client.Settings.DownloadSettingsGroup

The group of download settings.
Inheritance: SettingsGroup
Datei anzeigen Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
DownloadSettingsGroup ( IEnvironmentInfo p_eifEnvironmentInfo, IModRepository p_mmrModRepository ) : System

A simple constructor that initializes the object with the given dependencies.

Load ( ) : void

Loads the grouped setting values from the persistent store.

Save ( ) : bool

Persists the grouped setting values to the persistent store.

Private Methods

Method Description
LoadRepositorySettings ( ) : bool
m_mmrModRepository_UserStatusUpdate ( object sender, EventArgs e ) : void

Handles the m_mmrModRepository.UserStatusUpdate event of the tasks list.

Updates the UI elements.

Method Details

DownloadSettingsGroup() public method

A simple constructor that initializes the object with the given dependencies.
public DownloadSettingsGroup ( IEnvironmentInfo p_eifEnvironmentInfo, IModRepository p_mmrModRepository ) : System
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
p_mmrModRepository IModRepository
return System

Load() public method

Loads the grouped setting values from the persistent store.
public Load ( ) : void
return void

Save() public method

Persists the grouped setting values to the persistent store.
public Save ( ) : bool
return bool