C# Класс Grabacr07.KanColleViewer.Composition.AggregateNotifier

複数の INotifier を集約した通知機能を提供します。
Наследование: INotifier
Показать файл Открыть проект

Открытые методы

Метод Описание
AggregateNotifier ( IEnumerable notifiers ) : System
Dispose ( ) : void
GetSettingsView ( ) : object
Initialize ( ) : void
Show ( NotifyType type, string header, string body, System.Action activated, Action failed = null ) : void

Описание методов

AggregateNotifier() публичный Метод

public AggregateNotifier ( IEnumerable notifiers ) : System
notifiers IEnumerable
Результат System

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

GetSettingsView() публичный Метод

public GetSettingsView ( ) : object
Результат object

Initialize() публичный Метод

public Initialize ( ) : void
Результат void

Show() публичный Метод

public Show ( NotifyType type, string header, string body, System.Action activated, Action failed = null ) : void
type NotifyType
header string
body string
activated System.Action
failed Action
Результат void