C# Class MahTweets.ViewModels.Setup.AccountsViewModel

Inheritance: MahTweets.Core.ViewModels.BaseViewModel
Afficher le fichier Open project: nickhodge/MahTweets.LawrenceHargrave

Méthodes publiques

Méthode Description
AccountsViewModel ( IPluginRepository pluginRepository, IEnumerable microblogs, IEventAggregator eventAggregator ) : System.Collections.Generic
Add ( ICreator newPlugin ) : void
Remove ( IPlugin existingPlugin ) : void

Private Methods

Méthode Description
ShowSettings ( IPlugin plugin ) : void

Method Details

AccountsViewModel() public méthode

public AccountsViewModel ( IPluginRepository pluginRepository, IEnumerable microblogs, IEventAggregator eventAggregator ) : System.Collections.Generic
pluginRepository IPluginRepository
microblogs IEnumerable
eventAggregator IEventAggregator
Résultat System.Collections.Generic

Add() public méthode

public Add ( ICreator newPlugin ) : void
newPlugin ICreator
Résultat void

Remove() public méthode

public Remove ( IPlugin existingPlugin ) : void
existingPlugin IPlugin
Résultat void