C# 클래스 NStub.Gui.Util.SettingsHelper

Helper object that extends the standard application settings mechanism with automatic upgrade of settings.
For a detailed description see the remarks on the GoInstall Property.
상속: IDisposable
파일 보기 프로젝트 열기: Jedzia/NStub

Private Properties

프로퍼티 타입 설명
SettingsPropertyChanged void

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

LoadUpgradeSettings ( ) : void

Load and upgrade the settings.

SettingsHelper ( System.Configuration.ApplicationSettingsBase settings, string goinstall ) : System

Initializes a new instance of the SettingsHelper class.

보호된 메소드들

메소드 설명
SettingsHelper ( ) : System

Initializes a new instance of the SettingsHelper class.

비공개 메소드들

메소드 설명
SettingsPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Handles the PropertyChanged event of the Settings control.

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

LoadUpgradeSettings() 공개 메소드

Load and upgrade the settings.
/// Settings and the install helper setting must be set! ///
public LoadUpgradeSettings ( ) : void
리턴 void

SettingsHelper() 보호된 메소드

Initializes a new instance of the SettingsHelper class.
protected SettingsHelper ( ) : System
리턴 System

SettingsHelper() 공개 메소드

Initializes a new instance of the SettingsHelper class.
public SettingsHelper ( System.Configuration.ApplicationSettingsBase settings, string goinstall ) : System
settings System.Configuration.ApplicationSettingsBase /// The settings. ///
goinstall string /// default setting parameter /// used for updating. ///
리턴 System