C# Class SidebarDiagnostics.Models.SettingsModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: ArcadeRenegade/SidebarDiagnostics Class Usage Examples

Private Properties

Свойство Type Description
Child_CollectionChanged void
Child_PropertyChanged void

Méthodes publiques

Méthode Description
NotifyPropertyChanged ( string propertyName ) : void
Save ( ) : void
SettingsModel ( Sidebar sidebar ) : System

Private Methods

Méthode Description
Child_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
Child_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

NotifyPropertyChanged() public méthode

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

SettingsModel() public méthode

public SettingsModel ( Sidebar sidebar ) : System
sidebar Sidebar
Résultat System