Class ApplicantStatusChange
Inheritance
System.Object
ApplicantStatusChange
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class ApplicantStatusChange
Constructors
ApplicantStatusChange()
Declaration
public ApplicantStatusChange()
Properties
AdmissionsRepCode
Gets or sets the Admissions Rep Code.
Declaration
public string AdmissionsRepCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AdmissionsRepFullName
Gets or sets the Admissions Rep FullName.
Declaration
public string AdmissionsRepFullName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AdmissionsRepId
Gets or sets the AdmissionsRepId.
Declaration
public int AdmissionsRepId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ApplicantId
Gets or sets the ApplicantId
Declaration
public int ApplicantId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ApplicationReceivedDate
Gets or sets the ApplicationReceivedDate.
Declaration
public DateTime? ApplicationReceivedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
CampusCode
Gets or sets the CampusCode.
Declaration
public string CampusCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CampusName
Gets or sets the CampusDescription.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EnrollmentNumber
Gets or sets the EnrollmentNumber
Declaration
public string EnrollmentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExpectedStartDate
Gets or sets the ExpectedStartDate
Declaration
public DateTime? ExpectedStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
FirstName
Gets or sets the First Name.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FullName
Gets or sets the Full Name.
Declaration
public string FullName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LastName
Gets or sets the Last Name.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LeadCategoryName
Gets or sets the Program Version Name.
Declaration
public string LeadCategoryName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LeadSourceName
Gets or sets the LeadSourceName.
Declaration
public string LeadSourceName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProgramName
Gets or sets the Program Name.
Declaration
public string ProgramName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProgramVersionName
Gets or sets the Program Version Name.
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProspectDate
Gets or sets the ProspectDate.
Declaration
public DateTime? ProspectDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
StudentId
Gets or sets the StudentId.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentNumber
Gets or sets the StudentNumber.
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentState
Gets or sets the StudentState.
Declaration
public string StudentState { get; set; }
Property Value
Type | Description |
---|---|
System.String |