C# Class MahTweets.ViewModels.Setup.AccountsViewModel

Inheritance: MahTweets.Core.ViewModels.BaseViewModel
Exibir arquivo Open project: nickhodge/MahTweets.LawrenceHargrave

Public Methods

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

Private Methods

Method Description
ShowSettings ( IPlugin plugin ) : void

Method Details

AccountsViewModel() public method

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

Add() public method

public Add ( ICreator newPlugin ) : void
newPlugin ICreator
return void

Remove() public method

public Remove ( IPlugin existingPlugin ) : void
existingPlugin IPlugin
return void