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

The base class for settings groups.
A settings group is a logical grouping of settings.
Наследование: ObservableObject
Показать файл Открыть проект Примеры использования класса

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

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

Loads the grouped setting values from the persistent store.

Save ( ) : bool

Persists the grouped setting values to the persistent store.

SettingsGroup ( IEnvironmentInfo p_eifEnvironmentInfo ) : Nexus.Client.Util

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

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

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

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

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

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

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

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