Class LessonAttempt
Inheritance
System.Object
LessonAttempt
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class LessonAttempt
Constructors
LessonAttempt()
Declaration
public LessonAttempt()
Properties
Attempt
Declaration
public string Attempt { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EnrollLessonRetakeId
Declaration
public int? EnrollLessonRetakeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<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> |