Class UploadStudentEnrollmentPeriodLessonResponse
Represents the UploadStudentEnrollmentPeriodLessonResponse.
Inheritance
System.Object
UploadStudentEnrollmentPeriodLessonResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class UploadStudentEnrollmentPeriodLessonResponse : ServiceResponse
Constructors
UploadStudentEnrollmentPeriodLessonResponse()
Declaration
public UploadStudentEnrollmentPeriodLessonResponse()
Properties
IsSuccess
Declaration
public bool IsSuccess { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StudentCourseLessonGradeList
Declaration
public List<StudentCourseLessonGradeExtended> StudentCourseLessonGradeList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StudentCourseLessonGradeExtended> |