QuestionHtmlModel
and QuestionExpressionModel
classes contain value-related properties
#9171
Labels
QuestionHtmlModel
and QuestionExpressionModel
classes contain value-related properties
#9171
The inheritance chain for these classes is as follows:
QuestionNonValue <- Question <- SurveyElement <- SurveyElementCore <- Base
As you can see, the
QuestionNonValue
class looks as though it was made specially for the HTML and Expression classes. We need to refactor our code to implement the following inheritance chain:QuestionNonValue <- SurveyElement <- SurveyElementCore <- Base
The text was updated successfully, but these errors were encountered: