C# Класс Gwupe.Agent.Managers.NotificationManager

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Alerts ObservableCollection
Notifications ObservableCollection

Private Properties

Свойство Тип Описание
AddAlert void
AddNotification void
Close void
DeleteAlert void
DeleteNotification void
NotificationManager System
RemoveAfterTimeoutRunner void
_reset void

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

Метод Описание
Reset ( ) : void

Приватные методы

Метод Описание
AddAlert ( Alert alert ) : void
AddNotification ( Notification notification ) : void
Close ( ) : void
DeleteAlert ( Alert alert ) : void
DeleteNotification ( Notification notification ) : void
NotificationManager ( ) : System
RemoveAfterTimeoutRunner ( object sender, System.Timers.ElapsedEventArgs e ) : void
_reset ( ) : void

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

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

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

Описание свойств

Alerts публичное свойство

public ObservableCollection Alerts
Результат ObservableCollection

Notifications публичное свойство

public ObservableCollection Notifications
Результат ObservableCollection