C# Class trello.ViewModels.ViewModelBase

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

Protected Properties

Property Type Description
Navigation INavigationService
Settings ITrelloApiSettings
_appBar Microsoft.Phone.Shell.ApplicationBar

Private Properties

Property Type Description
OpenProfile void
SignOut void

Protected Methods

Method Description
BuildDefaultAppBar ( ) : Microsoft.Phone.Shell.ApplicationBar
OnActivate ( ) : void
ViewModelBase ( ITrelloApiSettings settings, INavigationService navigation ) : System

Private Methods

Method Description
OpenProfile ( ) : void
SignOut ( ) : void

Method Details

BuildDefaultAppBar() protected method

protected BuildDefaultAppBar ( ) : Microsoft.Phone.Shell.ApplicationBar
return Microsoft.Phone.Shell.ApplicationBar

OnActivate() protected method

protected OnActivate ( ) : void
return void

ViewModelBase() protected method

protected ViewModelBase ( ITrelloApiSettings settings, INavigationService navigation ) : System
settings ITrelloApiSettings
navigation INavigationService
return System

Property Details

Navigation protected_oe property

protected INavigationService Navigation
return INavigationService

Settings protected_oe property

protected ITrelloApiSettings Settings
return ITrelloApiSettings

_appBar protected_oe property

protected ApplicationBar,Microsoft.Phone.Shell _appBar
return Microsoft.Phone.Shell.ApplicationBar