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