Class ReassignStudentCourseRequest
Represents the a request for the ReassignStudentCourse method.
Inheritance
System.Object
ReassignStudentCourseRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ReassignStudentCourseRequest : ServiceRequest
Constructors
ReassignStudentCourseRequest()
Declaration
public ReassignStudentCourseRequest()
Properties
ClassSectionId
Gets or sets the ClassSection Id.
Declaration
public int ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OriginalStudentEnrollmentPeriodId
Gets or sets the Original Student Enrollment Period Id.
Declaration
public int OriginalStudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OverideCourseAlreadyExists
Gets or sets the Overide Course Already Exists.
Declaration
public bool OverideCourseAlreadyExists { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OverideCourseAssociationExists
Gets or sets the Overide Course Association Exists.
Declaration
public bool OverideCourseAssociationExists { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SelectedStudentEnrollmentPeriodId
Gets or sets the Selected Student Enrollment Period Id.
Declaration
public int SelectedStudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentCourseId
Gets or sets the Student Course Id.
Declaration
public int StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TermId
Gets or sets the Term Id.
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |