Class GetStudentCourseListResponse
Represents the response for the GetStudentCourseList method.
Inheritance
System.Object
GetStudentCourseListResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetStudentCourseListResponse : ServiceResponse
Constructors
GetStudentCourseListResponse()
Declaration
public GetStudentCourseListResponse()
Properties
CourseList
Declaration
public ICollection<StudentCourseSchedule> CourseList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentCourseSchedule> |