Class GainfulEmploymentReportStudent
This class represents the EntityModel interface to the AdGainfulEmploymentReportingDetails database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class GainfulEmploymentReportStudent
Constructors
GainfulEmploymentReportStudent()
Declaration
public GainfulEmploymentReportStudent()
Properties
AcademicYearProgramAttendBeginDate
Gets or sets the AcademicYearProgramAttendBeginDate associated with this GainfulEmploymentReportStudent.
Declaration
public DateTime AcademicYearProgramAttendBeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The AcademicYearProgramAttendBeginDate. |
AllowanceBooksSuppliesEquipment
Gets or sets the AllowanceBooksSuppliesEquipment associated with this GainfulEmploymentReportStudent.
Declaration
public string AllowanceBooksSuppliesEquipment { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AllowanceBooksSuppliesEquipment. |
AttendanceStatus
Gets or sets the AttendanceStatus associated with this GainfulEmploymentReportStudent.
Declaration
public string AttendanceStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AttendanceStatus. |
AwardYearIdentifier
Gets or sets the AwardYearIdentifier associated with this GainfulEmploymentReportStudent.
Declaration
public string AwardYearIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYearIdentifier. |
BirthDate
Gets or sets the BirthDate associated with this GainfulEmploymentReportStudent.
Declaration
public DateTime BirthDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The BirthDate. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this GainfulEmploymentReportStudent.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this GainfulEmploymentReportStudent.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
GainfulEmploymentExportImportFile
Declaration
public virtual GainfulEmploymentExportImportFile GainfulEmploymentExportImportFile { get; set; }
Property Value
Type | Description |
---|---|
GainfulEmploymentExportImportFile |
GainfulEmploymentExportImportFileId
Gets or sets the GainfulEmploymentExportImportFileId associated with this GainfulEmploymentReportStudent.
Declaration
public int GainfulEmploymentExportImportFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The GainfulEmploymentExportImportFileId. |
Id
Gets or sets the Id associated with this GainfulEmploymentReportStudent.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InstitutionalLoanAmount
Gets or sets the InstitutionalLoanAmount associated with this GainfulEmploymentReportStudent.
Declaration
public string InstitutionalLoanAmount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InstitutionalLoanAmount. |
IsExported
Gets or sets the IsExported associated with this GainfulEmploymentReportStudent.
Declaration
public bool IsExported { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExported. |
IsTitleIv
Gets or sets the IsTitleIv associated with this GainfulEmploymentReportStudent.
Declaration
public bool IsTitleIv { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTitleIv. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this GainfulEmploymentReportStudent.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this GainfulEmploymentReportStudent.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastName
Gets or sets the LastName associated with this GainfulEmploymentReportStudent.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastName. |
PrivateLoanAmount
Gets or sets the PrivateLoanAmount associated with this GainfulEmploymentReportStudent.
Declaration
public string PrivateLoanAmount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PrivateLoanAmount. |
ProgramAttendBeginDate
Gets or sets the ProgramAttendBeginDate associated with this GainfulEmploymentReportStudent.
Declaration
public DateTime ProgramAttendBeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ProgramAttendBeginDate. |
ProgramAttendEndDate
Gets or sets the ProgramAttendEndDate associated with this GainfulEmploymentReportStudent.
Declaration
public DateTime? ProgramAttendEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ProgramAttendEndDate. |
ProgramName
Gets or sets the ProgramName associated with this GainfulEmploymentReportStudent.
Declaration
public string ProgramName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramName. |
SchoolStatus
Declaration
public virtual SchoolStatus SchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
SchoolStatusId
Gets or sets the SchoolStatusId associated with this GainfulEmploymentReportStudent.
Declaration
public int SchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SchoolStatusId. |
Ssn
Gets or sets the Ssn associated with this GainfulEmploymentReportStudent.
Declaration
public string Ssn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Ssn. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this GainfulEmploymentReportStudent.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this GainfulEmploymentReportStudent.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
TuitionAndFees
Gets or sets the TuitionAndFees associated with this GainfulEmploymentReportStudent.
Declaration
public string TuitionAndFees { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TuitionAndFees. |
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |