C# Class GW2PAO.Modules.Tasks.Models.PlayerTask

Inheritance: BindableBase
Mostrar archivo Open project: SamHurne/gw2pao Class Usage Examples

Public Methods

Method Description
PlayerTask ( ) : System

Default constructor

PlayerTask ( PlayerTask other ) : System

Constructs a new player task object using the data from the given task

Method Details

PlayerTask() public method

Default constructor
public PlayerTask ( ) : System
return System

PlayerTask() public method

Constructs a new player task object using the data from the given task
public PlayerTask ( PlayerTask other ) : System
other PlayerTask The other task to construct from
return System