C# Class trello.ViewModels.ProfileViewModel

Inheritance: ViewModelBase
Datei anzeigen Open project: Bunk/trellow

Private Properties

Property Type Description
EmailUser void
InitializeWith void

Public Methods

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

Protected Methods

Method Description
OnInitialize ( ) : void

Private Methods

Method Description
EmailUser ( ) : void
InitializeWith ( Member profile ) : void

Method Details

OnInitialize() protected method

protected OnInitialize ( ) : void
return void

ProfileViewModel() public method

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