C# Class GW2PAO.Modules.Events.ViewModels.EventNotification.WorldBossEventNotificationViewModel

View model for world boss event notifications
Inheritance: EventNotificationViewModel
Afficher le fichier Open project: SamHurne/gw2pao Class Usage Examples

Méthodes publiques

Méthode Description
WorldBossEventNotificationViewModel ( WorldBossEventViewModel eventViewModel, ICollection visibleNotifications ) : System

Default constructor

Méthodes protégées

Méthode Description
CleanupNotification ( ) : void

Performs cleanup for this notification

Private Methods

Méthode Description
EventViewModel_PropertyChanged ( object sender, System e ) : void

Handles the event view model's property changed event

Method Details

CleanupNotification() protected méthode

Performs cleanup for this notification
protected CleanupNotification ( ) : void
Résultat void

WorldBossEventNotificationViewModel() public méthode

Default constructor
public WorldBossEventNotificationViewModel ( WorldBossEventViewModel eventViewModel, ICollection visibleNotifications ) : System
eventViewModel GW2PAO.Modules.Events.ViewModels.WorldBossTimers.WorldBossEventViewModel
visibleNotifications ICollection
Résultat System