A rating system that uses integer values between 1 and 99. This is the rating system used by the Windows Shell.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax Members
| Member name | Value | Description |
---|
| RATING_ONE_STAR_MIN | 1 |
One star, minimum (1).
|
| RATING_ONE_STAR_SET | 1 |
One star (1).
|
| RATING_ONE_STAR_MAX | 12 |
One star (12).
|
| RATING_TWO_STARS_MIN | 13 |
Two stars (13).
|
| RATING_TWO_STARS_SET | 25 |
Two stars (25).
|
| RATING_TWO_STARS_MAX | 37 |
Two stars (37).
|
| RATING_THREE_STARS_MIN | 38 |
Three stars (38).
|
| RATING_THREE_STARS_SET | 50 |
Three stars (50).
|
| RATING_THREE_STARS_MAX | 62 |
Three stars (62).
|
| RATING_FOUR_STARS_MIN | 63 |
Four stars (63).
|
| RATING_FOUR_STARS_SET | 75 |
Four stars (75).
|
| RATING_FOUR_STARS_MAX | 87 |
Four stars (87).
|
| RATING_FIVE_STARS_MIN | 88 |
Five stars (88).
|
| RATING_FIVE_STARS_SET | 99 |
Five stars (99).
|
| RATING_FIVE_STARS_MAX | 99 |
Five stars, maximum (99).
|
See Also