Table of Contents
RatingPrecision Enumeration

Specifies rating precisions.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public enum RatingPrecision
Members
Member Name Description
Whole Rating must be whole stars. For example, with the maximum number of stars of 5, rating value must be 0, 1, 2, 3, 4 or 5.
Half Rating must be whole or half stars. For example, with maximum number of stars of 5, not only value 0, 1, 2, 3, 4 and 5 are allowed, value such as 2.5 and 3.5 are also allowed.
Exact Any values within the range are allowed. The Rating control keeps one decimal digits. For example, 1.1, 3.2, etc.
See Also