C# Class StreetFoo.Client.Tests.MockViewModelHost

Inheritance: IViewModelHost
Mostra file Open project: mbrit/ProgrammingMetroStyle Class Usage Examples

Private Properties

Property Type Description
Reset void

Public Methods

Method 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

Method Description
Reset ( ) : void

Method Details

InvokeOnUiThread() public method

public InvokeOnUiThread ( System.Action action ) : void
action System.Action
return void

MockViewModelHost() public method

public MockViewModelHost ( ) : System
return System

ShowAlertAsync() public method

public ShowAlertAsync ( ErrorBucket errors ) : System.Threading.Tasks.Task
errors ErrorBucket
return System.Threading.Tasks.Task

ShowAlertAsync() public method

public ShowAlertAsync ( string message ) : System.Threading.Tasks.Task
message string
return System.Threading.Tasks.Task

ShowView() public method

public ShowView ( Type viewModelInterfaceType, object parameter = null ) : void
viewModelInterfaceType System.Type
parameter object
return void