C# 클래스 Nexus.Client.Settings.DownloadSettingsGroup

The group of download settings.
상속: SettingsGroup
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
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