C# Class Restaurant.ViewModels.AuthenticationViewModel

Inheritance: ReactiveUI.ReactiveObject, INavigatableViewModel
Exibir arquivo Open project: Jurabek/Restaurant

Public Methods

Method Description
AuthenticationViewModel ( INavigatableScreen screen = null ) : System
NavigateToMainPage ( UserInfo user ) : void

Method Details

AuthenticationViewModel() public method

public AuthenticationViewModel ( INavigatableScreen screen = null ) : System
screen INavigatableScreen
return System

NavigateToMainPage() public method

public NavigateToMainPage ( UserInfo user ) : void
user Restaurant.Model.UserInfo
return void