Table of Contents

Class UserScore

Namespace
Shift.Toolbox.Reporting.PerformanceReport.Models
Assembly
Shift.Toolbox.dll
public class UserScore
Inheritance
UserScore
Inherited Members
Extension Methods

Constructors

UserScore()

public UserScore()

Properties

AreaId

public Guid AreaId { get; set; }

Property Value

Guid

AssessmentType

public string AssessmentType { get; set; }

Property Value

string

Graded

public DateTime Graded { get; set; }

Property Value

DateTime

MaxScore

public decimal MaxScore { get; set; }

Property Value

decimal

Roles

public string[] Roles { get; set; }

Property Value

string[]

Score

public decimal Score { get; set; }

Property Value

decimal

Methods

ToString()

public override string ToString()

Returns

string