C# 클래스 GW2PAO.Modules.Events.ViewModels.EventNotification.MetaEventNotificationViewModel

View model for meta event notifications
상속: EventNotificationViewModel
파일 보기 프로젝트 열기: SamHurne/gw2pao 1 사용 예제들

공개 메소드들

메소드 설명
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