Class ProspectInquiryStatusSummary
This class represents the Query Model interface to the Vw_ProspectStatusSummary database table. This partial is automatically generated and contains all of the entity properties as defined in the PocoMapper data mapping file. Do not edit this file, as your changes will be overwritten the next time this code is generated.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Admissions
Assembly: Cmc.Nexus.Models.dll
Syntax
public class ProspectInquiryStatusSummary
Constructors
ProspectInquiryStatusSummary()
Declaration
public ProspectInquiryStatusSummary()
Properties
ActualStart
Gets or sets the ActualStart associated with this ProspectInquiryStatusSummary.
Declaration
public int ActualStart { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ActualStart. |
ActualStartDate
Gets or sets the ActualStartDate associated with this ProspectInquiryStatusSummary.
Declaration
public DateTime? ActualStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ActualStartDate. |
Applicant
Gets or sets the Applicant associated with this ProspectInquiryStatusSummary.
Declaration
public int Applicant { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Applicant. |
ApplicantDate
Gets or sets the ApplicantDate associated with this ProspectInquiryStatusSummary.
Declaration
public DateTime? ApplicantDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ApplicantDate. |
Enrolled
Gets or sets the Enrolled associated with this ProspectInquiryStatusSummary.
Declaration
public int Enrolled { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Enrolled. |
EnrolledDate
Gets or sets the EnrolledDate associated with this ProspectInquiryStatusSummary.
Declaration
public DateTime? EnrolledDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EnrolledDate. |
ExpectedStartDate
Gets or sets the ExpectedStartDate associated with this ProspectInquiryStatusSummary.
Declaration
public DateTime? ExpectedStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExpectedStartDate. |
Interviewed
Gets or sets the Interviewed associated with this ProspectInquiryStatusSummary.
Declaration
public int Interviewed { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Interviewed. |
InterviewedDate
Gets or sets the InterviewedDate associated with this ProspectInquiryStatusSummary.
Declaration
public DateTime? InterviewedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The InterviewedDate. |
InterviewScheduled
Gets or sets the InterviewScheduled associated with this ProspectInquiryStatusSummary.
Declaration
public int InterviewScheduled { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The InterviewScheduled. |
InterviewScheduledDate
Gets or sets the InterviewScheduledDate associated with this ProspectInquiryStatusSummary.
Declaration
public DateTime? InterviewScheduledDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The InterviewScheduledDate. |
PersonId
Gets or sets the PersonId associated with this ProspectInquiryStatusSummary.
Declaration
public int PersonId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PersonId. |
ProspectInquiry
Declaration
public virtual ProspectInquiry ProspectInquiry { get; set; }
Property Value
Type | Description |
---|---|
ProspectInquiry |
ProspectInquiryId
Gets or sets the ProspectInquiryId associated with this ProspectInquiryStatusSummary.
Declaration
public int ProspectInquiryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ProspectInquiryId. |
StudentId
Gets or sets the StudentId associated with this ProspectInquiryStatusSummary.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()