C# Class trello.ViewModels.SplashViewModel

Inheritance: Caliburn.Micro.Screen
Datei anzeigen Open project: Bunk/trellow

Public Methods

Method Description
SplashViewModel ( INavigationService navigationService, ITrelloApiSettings settings, ITrello api, ICache cache ) : System

Protected Methods

Method Description
OnViewLoaded ( object view ) : void

Private Methods

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

Method Details

OnViewLoaded() protected method

protected OnViewLoaded ( object view ) : void
view object
return void

SplashViewModel() public method

public SplashViewModel ( INavigationService navigationService, ITrelloApiSettings settings, ITrello api, ICache cache ) : System
navigationService INavigationService
settings ITrelloApiSettings
api ITrello
cache ICache
return System