C# Класс GW2PAO.Modules.Events.ViewModels.EventNotification.WorldBossEventNotificationViewModel

View model for world boss event notifications
Наследование: EventNotificationViewModel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
WorldBossEventNotificationViewModel ( WorldBossEventViewModel eventViewModel, ICollection visibleNotifications ) : System

Default constructor

Защищенные методы

Метод Описание
CleanupNotification ( ) : void

Performs cleanup for this notification

Приватные методы

Метод Описание
EventViewModel_PropertyChanged ( object sender, System e ) : void

Handles the event view model's property changed event

Описание методов

CleanupNotification() защищенный Метод

Performs cleanup for this notification
protected CleanupNotification ( ) : void
Результат void

WorldBossEventNotificationViewModel() публичный Метод

Default constructor
public WorldBossEventNotificationViewModel ( WorldBossEventViewModel eventViewModel, ICollection visibleNotifications ) : System
eventViewModel GW2PAO.Modules.Events.ViewModels.WorldBossTimers.WorldBossEventViewModel
visibleNotifications ICollection
Результат System