C# 클래스 MahTweets.ViewModels.Setup.AccountsViewModel

상속: MahTweets.Core.ViewModels.BaseViewModel
파일 보기 프로젝트 열기: nickhodge/MahTweets.LawrenceHargrave

공개 메소드들

메소드 설명
AccountsViewModel ( IPluginRepository pluginRepository, IEnumerable microblogs, IEventAggregator eventAggregator ) : System.Collections.Generic
Add ( ICreator newPlugin ) : void
Remove ( IPlugin existingPlugin ) : void

비공개 메소드들

메소드 설명
ShowSettings ( IPlugin plugin ) : void

메소드 상세

AccountsViewModel() 공개 메소드

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

Add() 공개 메소드

public Add ( ICreator newPlugin ) : void
newPlugin ICreator
리턴 void

Remove() 공개 메소드

public Remove ( IPlugin existingPlugin ) : void
existingPlugin IPlugin
리턴 void