C# Class MediaOwl.ViewModels.ErrorDialogViewModel

Inheritance: Caliburn.Micro.Screen, IDialog
Afficher le fichier Open project: Slesa/Playground

Méthodes publiques

Méthode Description
ErrorDialogViewModel ( ) : System
WithError ( string message ) : void

Méthodes protégées

Méthode Description
OnDeactivate ( bool close ) : void

Method Details

ErrorDialogViewModel() public méthode

public ErrorDialogViewModel ( ) : System
Résultat System

OnDeactivate() protected méthode

protected OnDeactivate ( bool close ) : void
close bool
Résultat void

WithError() public méthode

public WithError ( string message ) : void
message string
Résultat void