C# Класс Nexus.Client.Settings.ModOptionsSettingsGroup

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

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

Метод Описание
Load ( ) : void

Loads the grouped setting values from the persistent store.

ModOptionsSettingsGroup ( IEnvironmentInfo p_eifEnvironmentInfo ) : System

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

Save ( ) : bool

Persists the grouped setting values to the persistent store.

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

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

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

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

A simple constructor that initializes the object with the given dependencies.
public ModOptionsSettingsGroup ( IEnvironmentInfo p_eifEnvironmentInfo ) : System
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
Результат System

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

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