C# Класс Nexus.Client.Settings.DownloadSettingsGroup

The group of download settings.
Наследование: SettingsGroup
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
LoadRepositorySettings ( ) : bool
m_mmrModRepository_UserStatusUpdate ( object sender, EventArgs e ) : void

Handles the m_mmrModRepository.UserStatusUpdate event of the tasks list.

Updates the UI elements.

Описание методов

DownloadSettingsGroup() публичный Метод

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
Результат System

Load() публичный Метод

Loads the grouped setting values from the persistent store.
public Load ( ) : void
Результат void

Save() публичный Метод

Persists the grouped setting values to the persistent store.
public Save ( ) : bool
Результат bool