Enum ScoreGroup
Specifies rating score groups.
public enum ScoreGroup
Fields
None = 10No score.
O0x = 0Score range from 0 to 10.
O1x = 1Score range from 10 to 20.
O2x = 2Score range from 20 to 30.
O3x = 3Score range from 30 to 40.
O4x = 4Score range from 40 to 50.
O5x = 5Score range from 50 to 60.
O6x = 6Score range from 60 to 70.
O7x = 7Score range from 70 to 80.
O8x = 8Score range from 80 to 90.
O9x = 9Score range from 90 to 100.