C# Class Prizm.Main.Forms.Notifications.NotificationManager

Inheritance: INotificationManager
ファイルを表示 Open project: AleksMorozova/prizm

Protected Properties

Property Type Description
notifications List

Public Methods

Method Description
LoadNotifications ( ) : void
NotificationManager ( DataNotificationLoader loader ) : System

Protected Methods

Method Description
AddLoader ( DataNotificationLoader loader ) : void

Method Details

AddLoader() protected method

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

LoadNotifications() public method

public LoadNotifications ( ) : void
return void

NotificationManager() public method

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

Property Details

notifications protected_oe property

protected List notifications
return List