C# Класс Nexus.Client.Games.TESO.GeneralSettingsGroup

The group of general settings.
Наследование: Nexus.Client.Settings.SettingsGroup
Показать файл Открыть проект Примеры использования класса

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

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

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

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

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

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

Loads the grouped setting values from the persistent store.
public Load ( ) : void
Результат void

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

Persists the grouped setting values to the persistent store.
public Save ( ) : bool
Результат bool