C# Class Rubberduck.UI.Settings.IndenterSettingsViewModel

Inheritance: ViewModelBase, ISettingsViewModel
Afficher le fichier Open project: retailcoder/Rubberduck Class Usage Examples

Méthodes publiques

Méthode Description
IndenterSettingsViewModel ( Configuration config ) : Rubberduck.Settings
IndenterSettingsViewModel_PropertyChanged ( object sender, System e ) : void
SetToDefaults ( Configuration config ) : void
UpdateConfig ( Configuration config ) : void

Method Details

IndenterSettingsViewModel() public méthode

public IndenterSettingsViewModel ( Configuration config ) : Rubberduck.Settings
config Rubberduck.Settings.Configuration
Résultat Rubberduck.Settings

IndenterSettingsViewModel_PropertyChanged() public méthode

public IndenterSettingsViewModel_PropertyChanged ( object sender, System e ) : void
sender object
e System
Résultat void

SetToDefaults() public méthode

public SetToDefaults ( Configuration config ) : void
config Rubberduck.Settings.Configuration
Résultat void

UpdateConfig() public méthode

public UpdateConfig ( Configuration config ) : void
config Rubberduck.Settings.Configuration
Résultat void