Class TestingStudentEnrollmentPeriodLessonResponse
Represents the response for the TestingStudentEnrollmentPeriodLesson method.
Inheritance
System.Object
TestingStudentEnrollmentPeriodLessonResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class TestingStudentEnrollmentPeriodLessonResponse : ServiceResponse
Constructors
TestingStudentEnrollmentPeriodLessonResponse()
Declaration
public TestingStudentEnrollmentPeriodLessonResponse()
Properties
PostLessonGradeStudentList
PostLessonGradeStudentList
Declaration
public List<TestingStudentEnrollmentPeriodLessonEntity> PostLessonGradeStudentList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TestingStudentEnrollmentPeriodLessonEntity> |
ReturnValidationCode
ReturnValidationCode
Declaration
public string ReturnValidationCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |