Class RecommendedCourseListRequest
Service Request
Inheritance
System.Object
RecommendedCourseListRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class RecommendedCourseListRequest : ServiceRequest
Constructors
RecommendedCourseListRequest()
Declaration
public RecommendedCourseListRequest()
Properties
BuildingCode
Building Id
Declaration
public string BuildingCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BuildingId
Building Id
Declaration
public int? BuildingId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CourseLevels
Course Levels to include
Declaration
public int[] CourseLevels { get; set; }
Property Value
Type | Description |
---|---|
System.Int32[] |
LocationCode
Location Code
Declaration
public string LocationCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LocationId
Location Id
Declaration
public int? LocationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
MaxCreditsPerTerm
Maximum Credits per Term for Registration
Declaration
public decimal MaxCreditsPerTerm { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
SecondSectionCode
Class Sections SecondSectionCode
Declaration
public string SecondSectionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectedClassSectionIds
Class Sections that the student has selected so far
Declaration
public int[] SelectedClassSectionIds { get; set; }
Property Value
Type | Description |
---|---|
System.Int32[] |
ShiftCode
Shift Code
Declaration
public string ShiftCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShiftId
Shift Id
Declaration
public int? ShiftId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentEnrollmentPeriodId
Student Enrollment Period Id
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
AdEnrollId
TermId
Registration Term Id
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UnwantedClassSectionIds
Class Sections that the student does not want
Declaration
public int[] UnwantedClassSectionIds { get; set; }
Property Value
Type | Description |
---|---|
System.Int32[] |