C# Class PM_Dashboard.Models.EmployeeTask

Exibir arquivo Open project: IgniteUI/project-management-dashboard-sample

Public Methods

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

Method Details

EmployeeTask() public method

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
return System