Class PendingApplicantDetails
Inheritance
System.Object
PendingApplicantDetails
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 PendingApplicantDetails
Constructors
PendingApplicantDetails()
Declaration
public PendingApplicantDetails()
Properties
CampusId
Gets or sets the CampusId.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CurrentUserId
Gets or sets the CurrentUserId.
Declaration
public int CurrentUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EmailTemplateId
Gets or sets the ParamEmailTemplateId.
Declaration
public int EmailTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsChild
Gets or sets the IsChild.
Declaration
public bool IsChild { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsParent
Gets or sets the IsParent.
Declaration
public bool IsParent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LeadTypeId
Gets or sets the ParamLeadTypeId.
Declaration
public int LeadTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RepId
Gets or sets the ParamAmRepId.
Declaration
public int RepId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SchoolStatusId
Gets or sets the ParamSchoolStatusId.
Declaration
public int SchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Ssn
SSN
Declaration
public string Ssn { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentId
Gets or sets the SyStudentId.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentName
Student Name
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WpUserId
Gets or sets the WpUserId.
Declaration
public int WpUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
WpUserName
Gets or sets the WpUserName.
Declaration
public string WpUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |