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

Inheritance: BindableBase
Afficher le fichier Open project: SamHurne/gw2pao Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Default constructor
public PlayerTask ( ) : System
Résultat System

PlayerTask() public méthode

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
Résultat System