C# Class Nexus.Client.Settings.UI.SettingsFormVM

This class encapsulates the data and the operations presented by UI elements that display application settings.
Mostrar archivo Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
Save ( ) : bool

Saves the settings.

SettingsFormVM ( IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo, IEnumerable p_enmSettingsGroups ) : System.Collections.Generic

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

Method Details

Save() public method

Saves the settings.
public Save ( ) : bool
return bool

SettingsFormVM() public method

A simple constructor that initializes the object with the given dependencies.
public SettingsFormVM ( IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo, IEnumerable p_enmSettingsGroups ) : System.Collections.Generic
p_gmdGameMode IGameMode The game mode currently being managed.
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
p_enmSettingsGroups IEnumerable The settings group views to display in the form.
return System.Collections.Generic