C# Class Gwupe.Agent.Managers.NotificationManager

Mostra file Open project: gwupe/Gwupe Class Usage Examples

Public Properties

Property Type Description
Alerts ObservableCollection
Notifications ObservableCollection

Private Properties

Property Type Description
AddAlert void
AddNotification void
Close void
DeleteAlert void
DeleteNotification void
NotificationManager System
RemoveAfterTimeoutRunner void
_reset void

Public Methods

Method Description
Reset ( ) : void

Private Methods

Method Description
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

Method Details

Reset() public method

public Reset ( ) : void
return void

Property Details

Alerts public_oe property

public ObservableCollection Alerts
return ObservableCollection

Notifications public_oe property

public ObservableCollection Notifications
return ObservableCollection