C# Class ApexLumia.Settings

Afficher le fichier Open project: ApexHAB/apex-lumia Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

LoadAllSettings() public méthode

Adds SettingsItems objects for each individual setting to their corresponding collection.
public LoadAllSettings ( ) : void
Résultat void

SetDefaultSettings() public méthode

Loops through all the settings in each collection, setting them to their default (defined when each SettingsItems object was created)
public SetDefaultSettings ( ) : void
Résultat void

Settings() public méthode

Constructor: Make collections for each category of settings and then loads settings into them.
public Settings ( ) : System
Résultat System