| Name | Description | Type | Additional information |
|---|---|---|---|
| Client |
Gets or sets the client that the facility inspection belongs to. |
ClientV1 |
None. |
| ProfileId |
Gets or sets the database id of the facility profile record. |
integer |
None. |
| ProfileSectionId |
Gets or sets the id of the section to which the question belongs. |
integer |
None. |
| ProfileQuestionId |
Gets or sets the database id of the facility profile question record. |
integer |
None. |
| QuestionText |
Gets or sets the text of the question. |
string |
None. |
| DefaultText |
Gets or sets the default text of the question. |
string |
None. |
| ResponseType |
Gets or sets the response type of the question. |
QuestionResponseTypeV1 |
None. |
| IsAnswerRequired |
Gets or sets a value indicating whether the question is required to have an answer. |
boolean |
None. |
| FileAttachmentCondition |
Gets or sets the requirement for attaching a file to the question. |
QuestionFileAttachmentConditionV1 |
None. |
| QuestionCommentCondition |
Gets or sets the requirement for attaching a comment to the question. |
QuestionCommentConditionV1 |
None. |
| ValidateAnswerAs |
Gets or sets a value indicating how the answer to the question should be validated. |
QuestionValidateAnswerAsV1 |
None. |
| Order |
Gets or sets the order of the question in relation to the section it is part. |
integer |
None. |
| ProfileQuestionResponses |
Gets or sets a list of responses to the question |
Collection of InspectionProfileQuestionResponseV1 |
None. |