C# Class Nexus.Client.Settings.ModOptionsSettingsGroup

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

Public Methods

Method Description
Load ( ) : void

Loads the grouped setting values from the persistent store.

ModOptionsSettingsGroup ( IEnvironmentInfo p_eifEnvironmentInfo ) : System

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

Save ( ) : bool

Persists the grouped setting values to the persistent store.

Method Details

Load() public method

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

ModOptionsSettingsGroup() public method

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

Save() public method

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