Class GetStudentCourseFutureCourseListResponse
Represents the response for the UpdateStudentFutureCourseListEvent method.
Inheritance
System.Object
GetStudentCourseFutureCourseListResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetStudentCourseFutureCourseListResponse : ServiceResponse
Constructors
GetStudentCourseFutureCourseListResponse()
Declaration
public GetStudentCourseFutureCourseListResponse()
Properties
Messages
Declaration
public string Messages { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentFutureCourseList
Declaration
public List<StudentFutureCourseList> StudentFutureCourseList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StudentFutureCourseList> |