C# Класс ApexLumia.Settings

Показать файл Открыть проект Примеры использования класса

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

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

Adds SettingsItems objects for each individual setting to their corresponding collection.

SetDefaultSettings ( ) : void

Loops through all the settings in each collection, setting them to their default (defined when each SettingsItems object was created)

Settings ( ) : System

Constructor: Make collections for each category of settings and then loads settings into them.

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

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

Adds SettingsItems objects for each individual setting to their corresponding collection.
public LoadAllSettings ( ) : void
Результат void

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

Loops through all the settings in each collection, setting them to their default (defined when each SettingsItems object was created)
public SetDefaultSettings ( ) : void
Результат void

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

Constructor: Make collections for each category of settings and then loads settings into them.
public Settings ( ) : System
Результат System