C# 클래스 Prizm.Main.Forms.Notifications.NotificationManager

상속: INotificationManager
파일 보기 프로젝트 열기: AleksMorozova/prizm

보호된 프로퍼티들

프로퍼티 타입 설명
notifications List

공개 메소드들

메소드 설명
LoadNotifications ( ) : void
NotificationManager ( DataNotificationLoader loader ) : System

보호된 메소드들

메소드 설명
AddLoader ( DataNotificationLoader loader ) : void

메소드 상세

AddLoader() 보호된 메소드

protected AddLoader ( DataNotificationLoader loader ) : void
loader Prizm.Main.Forms.Notifications.Data.DataNotificationLoader
리턴 void

LoadNotifications() 공개 메소드

public LoadNotifications ( ) : void
리턴 void

NotificationManager() 공개 메소드

public NotificationManager ( DataNotificationLoader loader ) : System
loader Prizm.Main.Forms.Notifications.Data.DataNotificationLoader
리턴 System

프로퍼티 상세

notifications 보호되어 있는 프로퍼티

protected List notifications
리턴 List