Class LessonRetakeList
Inheritance
System.Object
LessonRetakeList
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 LessonRetakeList
Constructors
LessonRetakeList()
Declaration
public LessonRetakeList()
Properties
CourseName
StudentCourseName returns Course Name - Section Code combination
Declaration
public string CourseName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LessonAttemptList
Declaration
public List<LessonAttempt> LessonAttemptList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<LessonAttempt> |
LessonName
Declaration
public string LessonName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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> |
StudentEnrollmentPeriodLessonId
Declaration
public int StudentEnrollmentPeriodLessonId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |