C# 클래스 Grabacr07.KanColleViewer.Composition.AggregateNotifier

複数の INotifier を集約した通知機能を提供します。
상속: INotifier
파일 보기 프로젝트 열기: KCV-Localisation/KanColleViewer

공개 메소드들

메소드 설명
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