C# Class Nexus.Client.Settings.ModOptionsSettingsGroup

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

Méthodes publiques

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

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

ModOptionsSettingsGroup() public méthode

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

Save() public méthode

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