Class DownloadStudentCourseLessonGradeResponse
Represents the DownloadStudentCourseLessonGradeResponse.
Inheritance
System.Object
DownloadStudentCourseLessonGradeResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class DownloadStudentCourseLessonGradeResponse : ServiceResponse
Constructors
DownloadStudentCourseLessonGradeResponse()
Declaration
public DownloadStudentCourseLessonGradeResponse()
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> |