C# Class MetroPass.WP8.UI.ViewModels.SkydriveAccessViewModel

Inheritance: ReactiveCaliburn.ReactiveScreen
ファイルを表示 Open project: TheAngryByrd/MetroPass

Private Properties

Property Type Description
LiveLoginResultChanged void
Login void
OnLogin void
ParseScopeString IEnumerable
_navigationService_Navigated void

Public Methods

Method Description
SkydriveAccessViewModel ( INavigationService navigationService, ICache cache ) : System.Threading.Tasks

Protected Methods

Method Description
OnActivate ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
LiveLoginResultChanged ( LiveLoginResult>.IObservedChange obj ) : void
Login ( object arg ) : void
OnLogin ( Microsoft.Live.LiveLoginResult loginResult ) : void
ParseScopeString ( string scopesString ) : IEnumerable
_navigationService_Navigated ( object sender, System e ) : void

Method Details

OnActivate() protected method

protected OnActivate ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

SkydriveAccessViewModel() public method

public SkydriveAccessViewModel ( INavigationService navigationService, ICache cache ) : System.Threading.Tasks
navigationService INavigationService
cache ICache
return System.Threading.Tasks