C# 클래스 trello.ViewModels.SplashViewModel

상속: Caliburn.Micro.Screen
파일 보기 프로젝트 열기: Bunk/trellow

공개 메소드들

메소드 설명
SplashViewModel ( INavigationService navigationService, ITrelloApiSettings settings, ITrello api, ICache cache ) : System

보호된 메소드들

메소드 설명
OnViewLoaded ( object view ) : void

비공개 메소드들

메소드 설명
AccessDenied ( ) : void
AccessGranted ( OAuthToken token ) : void
BrowserNavigating ( NavigatingEventArgs args ) : void
LoadLogin ( Uri uri ) : void
UsingView ( Action action ) : void

메소드 상세

OnViewLoaded() 보호된 메소드

protected OnViewLoaded ( object view ) : void
view object
리턴 void

SplashViewModel() 공개 메소드

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