Class GradeRatingItem
- Namespace
- Shift.Sdk.UI
- Assembly
- Shift.Sdk.dll
public class GradeRatingItem
- Inheritance
-
GradeRatingItem
- Inherited Members
-
- Extension Methods
-
Constructors
GradeRatingItem()
Properties
CurrentPoints
public decimal CurrentPoints { get; set; }
Property Value
- decimal
Description
public string Description { get; set; }
Property Value
- string
Points
public string Points { get; set; }
Property Value
- string
PrevPoints
public decimal PrevPoints { get; set; }
Property Value
- decimal
RatingId
public Guid RatingId { get; set; }
Property Value
- Guid
SelectedPoints
public decimal? SelectedPoints { get; set; }
Property Value
- decimal?
Title
public string Title { get; set; }
Property Value
- string