C# Класс 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.
Наследование: ISetupVM
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Save() публичный Метод

Save the changes that the setup has performed.
public Save ( ) : bool
Результат bool

SetupBaseVM() публичный Метод

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.
Результат System