C# Class Nexus.Client.Games.SetupBaseVM

This class encapsulates the common data and the operations presented by UI elements that display the setup for a game mode.
Inheritance: ISetupVM
Show file Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
Save ( ) : bool

Save the changes that the setup has performed.

SetupBaseVM ( IEnvironmentInfo p_eifEnvironmentInfo, IGameModeDescriptor p_gmdGameModeInfo ) : System

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

Method Details

Save() public method

Save the changes that the setup has performed.
public Save ( ) : bool
return bool

SetupBaseVM() public method

A simple constructor that initializes the object with the given values.
public SetupBaseVM ( IEnvironmentInfo p_eifEnvironmentInfo, IGameModeDescriptor p_gmdGameModeInfo ) : System
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
p_gmdGameModeInfo IGameModeDescriptor The descriptor for the game mode being set up.
return System