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

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

Méthodes publiques

Méthode Description
MetaEventNotificationViewModel ( MetaEventViewModel metaEvent, ICollection visibleNotificationsCollection ) : System

Default constructor

Méthodes protégées

Méthode Description
CleanupNotification ( ) : void

Performs cleanup for this notification

Private Methods

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

Handles the property change event of the backing Meta Event View Model

Method Details

CleanupNotification() protected méthode

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

MetaEventNotificationViewModel() public méthode

Default constructor
public MetaEventNotificationViewModel ( MetaEventViewModel metaEvent, ICollection visibleNotificationsCollection ) : System
metaEvent GW2PAO.Modules.Events.ViewModels.MetaEventTimers.MetaEventViewModel
visibleNotificationsCollection ICollection
Résultat System