Class ProspectInquiryProgram
This class represents the EntityModel interface to the AmProspectProgram database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Admissions
Assembly: Cmc.Nexus.Models.dll
Syntax
public class ProspectInquiryProgram
Constructors
ProspectInquiryProgram()
Declaration
public ProspectInquiryProgram()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ProspectInquiryProgram.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this ProspectInquiryProgram.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsPrimaryProgramOfInterest
Gets or sets the IsPrimaryProgramOfInterest associated with this ProspectInquiryProgram.
Declaration
public bool IsPrimaryProgramOfInterest { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPrimaryProgramOfInterest. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ProspectInquiryProgram.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ProspectInquiryProgram.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Program
Declaration
public virtual Program Program { get; set; }
Property Value
Type | Description |
---|---|
Program |
ProgramId
Gets or sets the ProgramId associated with this ProspectInquiryProgram.
Declaration
public int ProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ProgramId. |
ProspectInquiry
Declaration
public virtual ProspectInquiry ProspectInquiry { get; set; }
Property Value
Type | Description |
---|---|
ProspectInquiry |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentId
Gets or sets the StudentId associated with this ProspectInquiryProgram.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
SyStudentInquiryId
Gets or sets the SyStudentInquiryId associated with this ProspectInquiryProgram.
Declaration
public int? SyStudentInquiryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SyStudentInquiryId. |
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()