Class DownloadStudentEnrollmentPeriodLessonRequest
Represents the DownloadStudentCourseLessonGradeRequest.
Inheritance
System.Object
DownloadStudentEnrollmentPeriodLessonRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class DownloadStudentEnrollmentPeriodLessonRequest : ServiceRequest
Constructors
DownloadStudentEnrollmentPeriodLessonRequest()
Declaration
public DownloadStudentEnrollmentPeriodLessonRequest()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ClassSectionId
Declaration
public int ClassSectionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CourseId
Declaration
public int CourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|