C# Class ServiceInsight.Options.OptionsViewModel

Inheritance: Caliburn.Micro.Screen
Afficher le fichier Open project: Particular/ServiceInsight

Méthodes publiques

Méthode Description
Exit ( ) : void
LoadSettings ( ) : void
OnSettingChanged ( object sender, PropertyChangedEventArgs e ) : void
OptionsViewModel ( ISettingsProvider settingsProvider ) : System.ComponentModel
Save ( ) : void

Méthodes protégées

Méthode Description
OnActivate ( ) : void

Method Details

Exit() public méthode

public Exit ( ) : void
Résultat void

LoadSettings() public méthode

public LoadSettings ( ) : void
Résultat void

OnActivate() protected méthode

protected OnActivate ( ) : void
Résultat void

OnSettingChanged() public méthode

public OnSettingChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object
e System.ComponentModel.PropertyChangedEventArgs
Résultat void

OptionsViewModel() public méthode

public OptionsViewModel ( ISettingsProvider settingsProvider ) : System.ComponentModel
settingsProvider ISettingsProvider
Résultat System.ComponentModel

Save() public méthode

public Save ( ) : void
Résultat void