Class TestingStudentEnrollmentPeriodLessonReviewRequest
Represents the request for the ExamGradeBookRequest.
Inheritance
System.Object
TestingStudentEnrollmentPeriodLessonReviewRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class TestingStudentEnrollmentPeriodLessonReviewRequest : ServiceResponse
Constructors
TestingStudentEnrollmentPeriodLessonReviewRequest()
Declaration
public TestingStudentEnrollmentPeriodLessonReviewRequest()
Properties
TestingStudentEnrollmentPeriodLessonReviewList
Declaration
public List<TestingStudentEnrollmentPeriodLessonEntity> TestingStudentEnrollmentPeriodLessonReviewList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TestingStudentEnrollmentPeriodLessonEntity> |