C# Class PM_Dashboard.Models.EmployeeTask

Afficher le fichier Open project: IgniteUI/project-management-dashboard-sample

Méthodes publiques

Méthode Description
EmployeeTask ( String start, String end, int projId, int taskId, int taskHours, int projHours, int otherHours, int totalHours ) : System

Method Details

EmployeeTask() public méthode

public EmployeeTask ( String start, String end, int projId, int taskId, int taskHours, int projHours, int otherHours, int totalHours ) : System
start String
end String
projId int
taskId int
taskHours int
projHours int
otherHours int
totalHours int
Résultat System