C# 클래스 ApexLumia.Settings

파일 보기 프로젝트 열기: ApexHAB/apex-lumia 1 사용 예제들

공개 메소드들

메소드 설명
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