Class SaveStudentEnrollmentPeriodLessonAndTestGradeBookResponse
Represents the a request for the Save method.
Inheritance
System.Object
SaveStudentEnrollmentPeriodLessonAndTestGradeBookResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveStudentEnrollmentPeriodLessonAndTestGradeBookResponse : ServiceResponse
Constructors
SaveStudentEnrollmentPeriodLessonAndTestGradeBookResponse()
Declaration
public SaveStudentEnrollmentPeriodLessonAndTestGradeBookResponse()
Properties
StudentEnrollmentPeriodLessonList
Declaration
public ICollection<StudentEnrollmentPeriodLessonEntity> StudentEnrollmentPeriodLessonList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentEnrollmentPeriodLessonEntity> |
StudentEnrollmentPeriodLessonTestList
Declaration
public ICollection<StudentEnrollmentPeriodLessonTestEntity> StudentEnrollmentPeriodLessonTestList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentEnrollmentPeriodLessonTestEntity> |