Class PendingDuplicateApplicant
Inheritance
System.Object
PendingDuplicateApplicant
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()
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class PendingDuplicateApplicant
Constructors
PendingDuplicateApplicant()
Declaration
public PendingDuplicateApplicant()
Properties
Addr1
Declaration
public string Addr1 { get; set; }
Property Value
Type |
Description |
System.String |
|
AdProgramDescrip
Declaration
public string AdProgramDescrip { get; set; }
Property Value
Type |
Description |
System.String |
|
AmLeadSrcId
Declaration
public int AmLeadSrcId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AmLeadTypeId
Declaration
public int AmLeadTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AmRepId
Declaration
public int AmRepId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusDescrip
Declaration
public string CampusDescrip { get; set; }
Property Value
Type |
Description |
System.String |
|
City
Declaration
public string City { get; set; }
Property Value
Type |
Description |
System.String |
|
DOB
Declaration
public DateTime? DOB { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
FirstName
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
GradDate
Declaration
public DateTime? GradDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public DateTime? LastContactDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
LastName
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
LeadDate
Declaration
public DateTime LeadDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
MI
Declaration
public string MI { get; set; }
Property Value
Type |
Description |
System.String |
|
Phone
Declaration
public string Phone { get; set; }
Property Value
Type |
Description |
System.String |
|
SSN
Declaration
public string SSN { get; set; }
Property Value
Type |
Description |
System.String |
|
StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
State
Declaration
public string State { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentEnrollment
Declaration
public List<StudentEnrollment> StudentEnrollment { get; set; }
Property Value
SyCampusId
Declaration
public int? SyCampusId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
SySchoolStatusId
Declaration
public int SySchoolStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SyStudentID
Declaration
public int SyStudentID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
workphone
Declaration
public string workphone { get; set; }
Property Value
Type |
Description |
System.String |
|
Zip
Declaration
public string Zip { get; set; }
Property Value
Type |
Description |
System.String |
|