C# Class StreetFoo.Client.Tests.MockViewModelHost

Inheritance: IViewModelHost
Afficher le fichier Open project: mbrit/ProgrammingMetroStyle Class Usage Examples

Private Properties

Свойство Type Description
Reset void

Méthodes publiques

Méthode Description
InvokeOnUiThread ( System.Action action ) : void
MockViewModelHost ( ) : System
ShowAlertAsync ( ErrorBucket errors ) : System.Threading.Tasks.Task
ShowAlertAsync ( string message ) : System.Threading.Tasks.Task
ShowView ( Type viewModelInterfaceType, object parameter = null ) : void

Private Methods

Méthode Description
Reset ( ) : void

Method Details

InvokeOnUiThread() public méthode

public InvokeOnUiThread ( System.Action action ) : void
action System.Action
Résultat void

MockViewModelHost() public méthode

public MockViewModelHost ( ) : System
Résultat System

ShowAlertAsync() public méthode

public ShowAlertAsync ( ErrorBucket errors ) : System.Threading.Tasks.Task
errors ErrorBucket
Résultat System.Threading.Tasks.Task

ShowAlertAsync() public méthode

public ShowAlertAsync ( string message ) : System.Threading.Tasks.Task
message string
Résultat System.Threading.Tasks.Task

ShowView() public méthode

public ShowView ( Type viewModelInterfaceType, object parameter = null ) : void
viewModelInterfaceType System.Type
parameter object
Résultat void