Class CalculateLessonScoreResponse
CalculateLessonScore Response
Inheritance
System.Object
CalculateLessonScoreResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CalculateLessonScoreResponse : ServiceResponse
Constructors
CalculateLessonScoreResponse()
Declaration
public CalculateLessonScoreResponse()
Properties
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LetterGrade
Declaration
public string LetterGrade { get; set; }
Property Value
Type |
Description |
System.String |
|
NumericGrade
Declaration
public decimal? NumericGrade { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
RetakeMethodology
Declaration
public byte? RetakeMethodology { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Byte> |
|