Class StudentGroupCourseResponse
Student group course response.
Inheritance
System.Object
StudentGroupCourseResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentGroupCourseResponse : ServiceResponse
Constructors
StudentGroupCourseResponse()
Declaration
public StudentGroupCourseResponse()
Properties
DropStudentCoursesResponse
Declaration
public List<StudentCourseResponse> DropStudentCoursesResponse { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StudentCourseResponse> |
RegisterStudentCoursesResponse
Declaration
public List<SaveStudentCourseResponse> RegisterStudentCoursesResponse { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SaveStudentCourseResponse> |
UnregisterStudentCoursesResponse
Declaration
public List<UnregisterStudentCourseResponse> UnregisterStudentCoursesResponse { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<UnregisterStudentCourseResponse> |