Table of Contents

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

decimal?

Role

public string Role { get; set; }

Property Value

string

ScaledScore

public decimal? ScaledScore { get; }

Property Value

decimal?

Score

public decimal? Score { get; set; }

Property Value

decimal?