Class RoleScore
- Namespace
- Shift.Toolbox.Reporting.AssessmentAudit.Models
- Assembly
- Shift.Toolbox.dll
public class RoleScore
- Inheritance
-
RoleScore
- Inherited Members
- Extension Methods
Constructors
RoleScore()
public RoleScore()
Properties
MaxScore
public decimal? MaxScore { get; set; }
Property Value
Role
public string Role { get; set; }
Property Value
ScaledScore
public decimal? ScaledScore { get; }
Property Value
Score
public decimal? Score { get; set; }