Class ConvertApplicantToEnrollmentRequest
Represents the a request for the ConvertApplicantToEnrollment method.
Inheritance
System.Object
ConvertApplicantToEnrollmentRequest
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class ConvertApplicantToEnrollmentRequest : ServiceRequest
Constructors
ConvertApplicantToEnrollmentRequest()
Declaration
public ConvertApplicantToEnrollmentRequest()
Properties
AcademicAdvisorId
Declaration
public int? AcademicAdvisorId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ApplicationReceivedDate
Declaration
public DateTime ApplicationReceivedDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
BillingMethodId
Declaration
public int BillingMethodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CatalogYearId
Declaration
public int? CatalogYearId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
EnrollDate
Declaration
public DateTime EnrollDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
EnrollId
Declaration
public int EnrollId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ExpectedStartDate
Declaration
public DateTime ExpectedStartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
GradeLevelId
Declaration
public int GradeLevelId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
GraduationDate
Declaration
public DateTime GraduationDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
MidpointDate
Declaration
public DateTime MidpointDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
ProgramVersionId
Declaration
public int ProgramVersionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ShiftId
Declaration
public int ShiftId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StartDateId
Declaration
public int? StartDateId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StartTermId
Declaration
public int? StartTermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentStatusId
Declaration
public int StudentStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|