C# Class MetroDemo.MainWindowViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: MahApps/MahApps.Metro Class Usage Examples

Private Properties

Свойство Type Description
FindBrushResources IEnumerable
OnHotKey Task
PerformDialogCoordinatorAction void
RunCustomFromVm void
RunProgressFromVm void
ShowMessage System.Action
ToggleIconScaling void

Méthodes publiques

Méthode Description
Dispose ( ) : void
MainWindowViewModel ( IDialogCoordinator dialogCoordinator ) : System
this ( string columnName ) : string

Méthodes protégées

Méthode Description
RaisePropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event if needed.

Private Methods

Méthode Description
FindBrushResources ( ) : IEnumerable
OnHotKey ( object sender, HotkeyEventArgs e ) : Task
PerformDialogCoordinatorAction ( System.Action action, bool runInMainThread ) : void
RunCustomFromVm ( ) : void
RunProgressFromVm ( ) : void
ShowMessage ( string startingThread ) : System.Action
ToggleIconScaling ( object obj ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

MainWindowViewModel() public méthode

public MainWindowViewModel ( IDialogCoordinator dialogCoordinator ) : System
dialogCoordinator IDialogCoordinator
Résultat System

RaisePropertyChanged() protected méthode

Raises the PropertyChanged event if needed.
protected RaisePropertyChanged ( string propertyName ) : void
propertyName string The name of the property that changed.
Résultat void

this() public méthode

public this ( string columnName ) : string
columnName string
Résultat string