Class RecommendedCourseListResponse
Inheritance
System.Object
RecommendedCourseListResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class RecommendedCourseListResponse : ServiceResponse
Constructors
RecommendedCourseListResponse()
Default Constructor
Declaration
public RecommendedCourseListResponse()
Properties
CreditsRemaining
Credits Remaining
Declaration
public decimal CreditsRemaining { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
CreditsScheduled
Credits for Courses already scheduled for given Term.
Declaration
public decimal CreditsScheduled { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
RecommendedCourses
List of recommended courses
Declaration
public IList<RecommendedCourse> RecommendedCourses { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<RecommendedCourse> |
SelectedCourses
List of Selected courses
Declaration
public IList<RecommendedCourse> SelectedCourses { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<RecommendedCourse> |
UnwantedCourses
List of Unwanted courses
Declaration
public IList<RecommendedCourse> UnwantedCourses { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<RecommendedCourse> |