Class UpdateStudentFutureCourseListResponse
Represents the response for the UpdateStudentFutureCourseListEvent method.
Inheritance
System.Object
UpdateStudentFutureCourseListResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class UpdateStudentFutureCourseListResponse : ServiceResponse
Constructors
UpdateStudentFutureCourseListResponse()
Declaration
public UpdateStudentFutureCourseListResponse()
Properties
AdEnrollID
Declaration
public int AdEnrollID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Campus
Declaration
public string Campus { get; set; }
Property Value
Type |
Description |
System.String |
|
EnrollIdList
Gets or sets the ad enroll id identifier.
Declaration
public List<int> EnrollIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
The ad enroll id identifier.
|
FirstName
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
HighExpStartDate
Declaration
public string HighExpStartDate { get; set; }
Property Value
Type |
Description |
System.String |
|
HighStartDate
Declaration
public string HighStartDate { get; set; }
Property Value
Type |
Description |
System.String |
|
LastName
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
LowExpStartDate
Declaration
public string LowExpStartDate { get; set; }
Property Value
Type |
Description |
System.String |
|
LowStartDate
Declaration
public string LowStartDate { get; set; }
Property Value
Type |
Description |
System.String |
|
Messages
Declaration
public string Messages { get; set; }
Property Value
Type |
Description |
System.String |
|
RemoveManualAddCourse
Declaration
public bool RemoveManualAddCourse { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SchoolStatus
Declaration
public string SchoolStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
SyStudentID
Declaration
public int SyStudentID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|