QuestionConfig

QuestionConfig class

Represents Question element. Commonly used in TableConfig as rows.

public class QuestionConfig : BaseConfig

Constructors

NameDescription
QuestionConfig()The default constructor.

Properties

NameDescription
override Name { get; set; }Value of Question
override Type { get; set; }Type of omr element. Required field for JSON serialization.

See Also