C# Class Nexus.Client.Settings.DownloadSettingsGroup

The group of download settings.
Inheritance: SettingsGroup
Afficher le fichier Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

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
Résultat System

Load() public méthode

Loads the grouped setting values from the persistent store.
public Load ( ) : void
Résultat void

Save() public méthode

Persists the grouped setting values to the persistent store.
public Save ( ) : bool
Résultat bool