Kind: Class
Source: Frontend/src/app/models/sales/new-job/job.model.ts (line 658)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
CustomerSurveyId | number |
SurveyQuestionText | string |
SurveyQuestionId | number |
SurveyAnswerDetailId | number |
SurveyAnswers | SurveyAnswers[] |
SurveyAnswerText | string |
Used by
2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (2)
NewJobComponent—Frontend/src/app/components/sales/new-job/new-job.component.ts:1CustomerSurveyComponent—Frontend/src/app/components/shared/customer-survey/customer-survey-details/customer-survey.component.ts:1
Was this page helpful?