ScoreGroupConfig

ScoreGroupConfig class

Grouping parent. Score based table.

public class ScoreGroupConfig : ParentConfig

Constructors

NameDescription
ScoreGroupConfig()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 RepeatRows element
ScoreGroupType { get; set; }Type of score group
override Type { get; set; }Type of omr element. Required field for JSON serialization.

See Also