| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectId |
ProjectId, primary key for the Project table |
integer |
None. |
| ProjectCode |
Code of the project |
string |
None. |
| ProjectName |
Name of the project |
string |
None. |
| IsProjectUsed |
Flag that indicates whether a project is used for any invoice or not |
boolean |
None. |
| ContractorId |
ContractorId for which the project is mapped with |
integer |
None. |
| ContractorName |
Contractor Name for whom the project is mapped with |
string |
None. |
| CourseId |
CourseId, for which the project might be created for |
integer |
None. |
| CourseName |
Course Name, for which the project might be created for |
string |
None. |
| CreatedBy |
By whom the project is created |
integer |
None. |
| CreatedByUserName | string |
None. |
|
| IsActive |
Status of the project whether it is active or not |
boolean |
None. |
| LstProjectSetRate |
List of the tasks that are mapped to the project with set rates |
Collection of ProjectSetRate |
None. |
| LstProjectDocument |
Contains the list of documents mapped for the project |
Collection of ProjectDocument |
None. |