Class StudentEnrollmentPeriodLessonRetakeRequest
Inheritance
System.Object
StudentEnrollmentPeriodLessonRetakeRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentEnrollmentPeriodLessonRetakeRequest : ServiceRequest
Constructors
StudentEnrollmentPeriodLessonRetakeRequest()
Declaration
public StudentEnrollmentPeriodLessonRetakeRequest()
Properties
OkToRetakeLesson
Declaration
public bool OkToRetakeLesson { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentCourseId
Declaration
public int StudentCourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentEnrollmentPeriodLessonId
Declaration
public int StudentEnrollmentPeriodLessonId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|