C# Class Nexus.Client.Games.TESO.GeneralSettingsGroup

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

Méthodes publiques

Méthode Description
GeneralSettingsGroup ( IEnvironmentInfo p_eifEnvironmentInfo, IGameMode p_gmdGameMode ) : Nexus.Client.Settings

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.

Method Details

GeneralSettingsGroup() public méthode

A simple constructor that initializes the object with the given dependencies.
public GeneralSettingsGroup ( IEnvironmentInfo p_eifEnvironmentInfo, IGameMode p_gmdGameMode ) : Nexus.Client.Settings
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
p_gmdGameMode IGameMode The game mode currently being managed.
Résultat Nexus.Client.Settings

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