C# Class MediaOwl.ViewModels.ErrorDialogViewModel

Inheritance: Caliburn.Micro.Screen, IDialog
Exibir arquivo Open project: Slesa/Playground

Public Methods

Method Description
ErrorDialogViewModel ( ) : System
WithError ( string message ) : void

Protected Methods

Method Description
OnDeactivate ( bool close ) : void

Method Details

ErrorDialogViewModel() public method

public ErrorDialogViewModel ( ) : System
return System

OnDeactivate() protected method

protected OnDeactivate ( bool close ) : void
close bool
return void

WithError() public method

public WithError ( string message ) : void
message string
return void