C# 클래스 GW2PAO.Modules.Events.ViewModels.WorldBossTimers.WorldBossEventViewModel

View model for an event shown by the event tracker
상속: BindableBase
파일 보기 프로젝트 열기: SamHurne/gw2pao 1 사용 예제들

공개 메소드들

메소드 설명
WorldBossEventViewModel ( WorldBossEvent eventData, EventsUserData userData ) : System

Default constructor

비공개 메소드들

메소드 설명
AddToHiddenEvents ( ) : void

Adds the event to the list of hidden events

CopyEventData ( ) : void

Places a string of data on the clipboard for pasting into the game Contains the event name, status, time until active, waypoint code, etc

CopyWaypointCode ( ) : void

Copies the nearest waypoint's chat code to the clipboard

RefreshVisibility ( ) : void

Refreshes the visibility of the event

메소드 상세

WorldBossEventViewModel() 공개 메소드

Default constructor
public WorldBossEventViewModel ( WorldBossEvent eventData, EventsUserData userData ) : System
eventData WorldBossEvent The event's details/data
userData EventsUserData Event tracker user data
리턴 System