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

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

공개 메소드들

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