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

Inheritance: INotificationManager
Afficher le fichier Open project: AleksMorozova/prizm

Protected Properties

Свойство Type Description
notifications List

Méthodes publiques

Méthode Description
LoadNotifications ( ) : void
NotificationManager ( DataNotificationLoader loader ) : System

Méthodes protégées

Méthode Description
AddLoader ( DataNotificationLoader loader ) : void

Method Details

AddLoader() protected méthode

protected AddLoader ( DataNotificationLoader loader ) : void
loader Prizm.Main.Forms.Notifications.Data.DataNotificationLoader
Résultat void

LoadNotifications() public méthode

public LoadNotifications ( ) : void
Résultat void

NotificationManager() public méthode

public NotificationManager ( DataNotificationLoader loader ) : System
loader Prizm.Main.Forms.Notifications.Data.DataNotificationLoader
Résultat System

Property Details

notifications protected_oe property

protected List notifications
Résultat List