C# Class Phonebook.CaliburnMicro.ViewModels.AllFriendsViewModel

Inheritance: Caliburn.Micro.Screen
Afficher le fichier Open project: brentedwards/MVVM-with-Caliburn.Micro Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AllFriendsViewModel ( IPersonRepository personRepository, IEventAggregator eventAggregator ) : System.Collections.ObjectModel
Edit ( ) : void
View ( Person person ) : void

Méthodes protégées

Méthode Description
OnInitialize ( ) : void

Method Details

AllFriendsViewModel() public méthode

public AllFriendsViewModel ( IPersonRepository personRepository, IEventAggregator eventAggregator ) : System.Collections.ObjectModel
personRepository IPersonRepository
eventAggregator IEventAggregator
Résultat System.Collections.ObjectModel

Edit() public méthode

public Edit ( ) : void
Résultat void

OnInitialize() protected méthode

protected OnInitialize ( ) : void
Résultat void

View() public méthode

public View ( Person person ) : void
person Phonebook.CaliburnMicro.Models.Person
Résultat void