Class PendingApplicant
Inheritance
System.Object
PendingApplicant
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 PendingApplicant
Constructors
PendingApplicant()
Declaration
public PendingApplicant()
Properties
Address
Address
Declaration
public string Address { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AdProgramDescrip
AdProgramDescrip
Declaration
public string AdProgramDescrip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AmLeadSrcId
AmLeadSrcId
Declaration
public int AmLeadSrcId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AmRepId
AmRepId
Declaration
public int? AmRepId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ApplicationProgress
ApplicationProgress
Declaration
public int ApplicationProgress { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CampusDescrip
CampusDescrip
Declaration
public string CampusDescrip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CampusId
CampusId
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CitizenId
CitizenID
Declaration
public int? CitizenId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
City
City
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DateAdded
DateAdded
Declaration
public DateTime DateAdded { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DOB
DOB
Declaration
public DateTime? DOB { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
DrivLic
DrivLic
Declaration
public string DrivLic { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DrivLicState
DrivLicState
Declaration
public string DrivLicState { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FinalStatusID
FinalStatusID
Declaration
public int? FinalStatusID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
FirstName
FirstName
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HighSchoolGrad
HighSchoolGrad
Declaration
public string HighSchoolGrad { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HighSchoolGraduated
HighSchoolGraduated
Declaration
public int? HighSchoolGraduated { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
HSGradYear
HSGradYear
Declaration
public string HSGradYear { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LastName
LastName
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LeadDescrip
LeadDescrip
Declaration
public string LeadDescrip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MaritalID
MaritalID
Declaration
public int? MaritalID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
MiddleName
MiddleName
Declaration
public string MiddleName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OtherEmail
OtherEmail
Declaration
public string OtherEmail { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OtherPhone
OtherPhone
Declaration
public string OtherPhone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PaymentAmount
PaymentAmount
Declaration
public decimal? PaymentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
PendingDuplicantApplicants
List
Declaration
public List<PendingDuplicateApplicant> PendingDuplicantApplicants { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PendingDuplicateApplicant> |
Phone
Phone
Declaration
public string Phone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProgramID
Declaration
public int? ProgramID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SexId
SexID
Declaration
public int? SexId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SSN
SSN
Declaration
public string SSN { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartDate
StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
State
State
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SyCountryID
SyCountryID
Declaration
public int SyCountryID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
WebUserName
WebUserName
Declaration
public string WebUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WorkExt
CampusDescrip
Declaration
public string WorkExt { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WorkPhone
WorkPhone
Declaration
public string WorkPhone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WpUserID
WpUserID
Declaration
public int WpUserID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Zip
Zip
Declaration
public string Zip { get; set; }
Property Value
Type | Description |
---|---|
System.String |