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

Inheritance: BindableBase, IEventNotification
Afficher le fichier Open project: SamHurne/gw2pao

Méthodes publiques

Méthode Description
Cleanup ( ) : void

Cleans up the notification

Méthodes protégées

Méthode Description
CleanupNotification ( ) : void

Performs cleanup for this notification

EventNotificationViewModel ( System.Guid eventId, string eventName, ICollection visibleNotifications ) : System

Default constructor

Method Details

Cleanup() public méthode

Cleans up the notification
public Cleanup ( ) : void
Résultat void

CleanupNotification() protected méthode

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

EventNotificationViewModel() protected méthode

Default constructor
protected EventNotificationViewModel ( System.Guid eventId, string eventName, ICollection visibleNotifications ) : System
eventId System.Guid
eventName string
visibleNotifications ICollection
Résultat System