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

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

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

Метод Описание
MetaEventNotificationViewModel ( MetaEventViewModel metaEvent, ICollection visibleNotificationsCollection ) : System

Default constructor

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

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

Performs cleanup for this notification

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

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

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

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

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

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

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

Default constructor
public MetaEventNotificationViewModel ( MetaEventViewModel metaEvent, ICollection visibleNotificationsCollection ) : System
metaEvent GW2PAO.Modules.Events.ViewModels.MetaEventTimers.MetaEventViewModel
visibleNotificationsCollection ICollection
Результат System