C# Class trello.ViewModels.SplashViewModel

Inheritance: Caliburn.Micro.Screen
Afficher le fichier Open project: Bunk/trellow

Méthodes publiques

Méthode Description
SplashViewModel ( INavigationService navigationService, ITrelloApiSettings settings, ITrello api, ICache cache ) : System

Méthodes protégées

Méthode Description
OnViewLoaded ( object view ) : void

Private Methods

Méthode Description
AccessDenied ( ) : void
AccessGranted ( OAuthToken token ) : void
BrowserNavigating ( NavigatingEventArgs args ) : void
LoadLogin ( Uri uri ) : void
UsingView ( Action action ) : void

Method Details

OnViewLoaded() protected méthode

protected OnViewLoaded ( object view ) : void
view object
Résultat void

SplashViewModel() public méthode

public SplashViewModel ( INavigationService navigationService, ITrelloApiSettings settings, ITrello api, ICache cache ) : System
navigationService INavigationService
settings ITrelloApiSettings
api ITrello
cache ICache
Résultat System