C# Class trello.ViewModels.ProfileViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: Bunk/trellow

Private Properties

Свойство Type Description
EmailUser void
InitializeWith void

Méthodes publiques

Méthode Description
ProfileViewModel ( ITrello api, ITrelloApiSettings settings, INavigationService navigation, IEventAggregator eventAggregator ) : Caliburn.Micro

Méthodes protégées

Méthode Description
OnInitialize ( ) : void

Private Methods

Méthode Description
EmailUser ( ) : void
InitializeWith ( Member profile ) : void

Method Details

OnInitialize() protected méthode

protected OnInitialize ( ) : void
Résultat void

ProfileViewModel() public méthode

public ProfileViewModel ( ITrello api, ITrelloApiSettings settings, INavigationService navigation, IEventAggregator eventAggregator ) : Caliburn.Micro
api ITrello
settings ITrelloApiSettings
navigation INavigationService
eventAggregator IEventAggregator
Résultat Caliburn.Micro