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

Inheritance: BindableBase, IEventNotification
显示文件 Open project: SamHurne/gw2pao

Public Methods

Method Description
Cleanup ( ) : void

Cleans up the notification

Protected Methods

Method Description
CleanupNotification ( ) : void

Performs cleanup for this notification

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

Default constructor

Method Details

Cleanup() public method

Cleans up the notification
public Cleanup ( ) : void
return void

CleanupNotification() protected method

Performs cleanup for this notification
protected CleanupNotification ( ) : void
return void

EventNotificationViewModel() protected method

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