C# Class MetroPass.UI.ViewModels.BaseScreen

Inheritance: ReactiveCaliburn.ReactiveScreen
Afficher le fichier Open project: TheAngryByrd/MetroPass

Méthodes publiques

Méthode Description
BaseScreen ( INavigationService navigationService, IEventAggregator eventAggregator, IPageServices pageServices ) : System
GoBack ( ) : void
LaunchUrl ( Uri uri ) : void

Méthodes protégées

Méthode Description
GetPasswordUri ( PwEntry password ) : Uri
OnDeactivate ( bool close ) : System.Threading.Tasks.Task
OnViewAttached ( object view, object context ) : System.Threading.Tasks.Task
QueueState ( string state ) : void
SetState ( ApplicationViewState state ) : void
SetState ( string state ) : void

Private Methods

Méthode Description
Window_SizeChanged ( object sender, Windows e ) : void

Method Details

BaseScreen() public méthode

public BaseScreen ( INavigationService navigationService, IEventAggregator eventAggregator, IPageServices pageServices ) : System
navigationService INavigationService
eventAggregator IEventAggregator
pageServices IPageServices
Résultat System

GetPasswordUri() protected méthode

protected GetPasswordUri ( PwEntry password ) : Uri
password Metropass.Core.PCL.Model.PwEntry
Résultat System.Uri

GoBack() public méthode

public GoBack ( ) : void
Résultat void

LaunchUrl() public méthode

public LaunchUrl ( Uri uri ) : void
uri System.Uri
Résultat void

OnDeactivate() protected méthode

protected OnDeactivate ( bool close ) : System.Threading.Tasks.Task
close bool
Résultat System.Threading.Tasks.Task

OnViewAttached() protected méthode

protected OnViewAttached ( object view, object context ) : System.Threading.Tasks.Task
view object
context object
Résultat System.Threading.Tasks.Task

QueueState() protected méthode

protected QueueState ( string state ) : void
state string
Résultat void

SetState() protected méthode

protected SetState ( ApplicationViewState state ) : void
state ApplicationViewState
Résultat void

SetState() protected méthode

protected SetState ( string state ) : void
state string
Résultat void