C# 클래스 GW2PAO.Modules.Tasks.ViewModels.PlayerTaskViewModel

상속: BindableBase
파일 보기 프로젝트 열기: SamHurne/gw2pao 1 사용 예제들

공개 메소드들

메소드 설명
OnNewCharacterDetected ( string charName ) : void

Method to notify the task that a new character has been detected

PlayerTaskViewModel ( PlayerTask task, IZoneService zoneService, IPlayerTasksController controller, System.ComponentModel.Composition.Hosting.CompositionContainer container ) : System

Default constructor

비공개 메소드들

메소드 설명
CopyWaypoint ( ) : void

Copies the waypoint for this task

Delete ( ) : void

Deletes/removes the task entirely

Edit ( ) : void

Edits the task

RefreshMapName ( ) : void

Updates the map name property

RefreshVisibility ( ) : void

Refreshes the visibility of the event

메소드 상세

OnNewCharacterDetected() 공개 메소드

Method to notify the task that a new character has been detected
public OnNewCharacterDetected ( string charName ) : void
charName string the new character's name
리턴 void

PlayerTaskViewModel() 공개 메소드

Default constructor
public PlayerTaskViewModel ( PlayerTask task, IZoneService zoneService, IPlayerTasksController controller, System.ComponentModel.Composition.Hosting.CompositionContainer container ) : System
task GW2PAO.Modules.Tasks.Models.PlayerTask The task that this view model wraps
zoneService IZoneService Service that provides zone information, such as map name
controller IPlayerTasksController
container System.ComponentModel.Composition.Hosting.CompositionContainer
리턴 System