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