C# 클래스 PM_Dashboard.Models.EmployeeTask

파일 보기 프로젝트 열기: IgniteUI/project-management-dashboard-sample

공개 메소드들

메소드 설명
EmployeeTask ( String start, String end, int projId, int taskId, int taskHours, int projHours, int otherHours, int totalHours ) : System

메소드 상세

EmployeeTask() 공개 메소드

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
리턴 System