CustomRowConfig

CustomRowConfig class

Description of CustomRow. Used with CustomAnswerSheetConfig

public class CustomRowConfig : ParentConfig

Constructors

NameDescription
CustomRowConfig()The default constructor.

Properties

NameDescription
override Children { get; set; }Child omr elements. In most cases positioned inside of parent or below.
override Name { get; set; }Name of custom row
override Type { get; set; }Type of omr element. Required field for JSON serialization.

See Also