Method | Description | |
---|---|---|
Project ( int projectId, string name, int taskId, string description, int estimate, double rate, double cost, System.DateTime due ) : System |
public Project ( int projectId, string name, int taskId, string description, int estimate, double rate, double cost, System.DateTime due ) : System | ||
projectId | int | |
name | string | |
taskId | int | |
description | string | |
estimate | int | |
rate | double | |
cost | double | |
due | System.DateTime | |
return | System |