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

상속: BindableBase, IEventNotification
파일 보기 프로젝트 열기: SamHurne/gw2pao

공개 메소드들

메소드 설명
Cleanup ( ) : void

Cleans up the notification

보호된 메소드들

메소드 설명
CleanupNotification ( ) : void

Performs cleanup for this notification

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

Default constructor

메소드 상세

Cleanup() 공개 메소드

Cleans up the notification
public Cleanup ( ) : void
리턴 void

CleanupNotification() 보호된 메소드

Performs cleanup for this notification
protected CleanupNotification ( ) : void
리턴 void

EventNotificationViewModel() 보호된 메소드

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