C# Class ApexLumia.Settings

Show file Open project: ApexHAB/apex-lumia Class Usage Examples

Public Methods

Method 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 method

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

SetDefaultSettings() public method

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

Settings() public method

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