C# Class trello.ViewModels.ViewModelBase

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

Protected Properties

Свойство Type Description
Navigation INavigationService
Settings ITrelloApiSettings
_appBar Microsoft.Phone.Shell.ApplicationBar

Private Properties

Свойство Type Description
OpenProfile void
SignOut void

Méthodes protégées

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

Private Methods

Méthode Description
OpenProfile ( ) : void
SignOut ( ) : void

Method Details

BuildDefaultAppBar() protected méthode

protected BuildDefaultAppBar ( ) : Microsoft.Phone.Shell.ApplicationBar
Résultat Microsoft.Phone.Shell.ApplicationBar

OnActivate() protected méthode

protected OnActivate ( ) : void
Résultat void

ViewModelBase() protected méthode

protected ViewModelBase ( ITrelloApiSettings settings, INavigationService navigation ) : System
settings ITrelloApiSettings
navigation INavigationService
Résultat System

Property Details

Navigation protected_oe property

protected INavigationService Navigation
Résultat INavigationService

Settings protected_oe property

protected ITrelloApiSettings Settings
Résultat ITrelloApiSettings

_appBar protected_oe property

protected ApplicationBar,Microsoft.Phone.Shell _appBar
Résultat Microsoft.Phone.Shell.ApplicationBar