Class GainfulEmploymentReportStudentEntity
This class represents the EntityModel interface to the AdGainfulEmploymentReportingDetails database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GainfulEmploymentReportStudentEntity : Entity, IIdentifiable, IAuditable
Constructors
GainfulEmploymentReportStudentEntity()
Declaration
public GainfulEmploymentReportStudentEntity()
Fields
AcademicYearProgramAttendBeginDateProperty
The AcademicYearProgramAttendBeginDate property.
Declaration
public static readonly EntityProperty AcademicYearProgramAttendBeginDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AllowanceBooksSuppliesEquipmentProperty
The AllowanceBooksSuppliesEquipment property.
Declaration
public static readonly EntityProperty AllowanceBooksSuppliesEquipmentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AttendanceStatusProperty
The AttendanceStatus property.
Declaration
public static readonly EntityProperty AttendanceStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AwardYearIdentifierProperty
The AwardYearIdentifier property.
Declaration
public static readonly EntityProperty AwardYearIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BirthDateProperty
The BirthDate property.
Declaration
public static readonly EntityProperty BirthDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GainfulEmploymentExportImportFileIdProperty
The GainfulEmploymentExportImportFileId property.
Declaration
public static readonly EntityProperty GainfulEmploymentExportImportFileIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
InstitutionalLoanAmountProperty
The InstitutionalLoanAmount property.
Declaration
public static readonly EntityProperty InstitutionalLoanAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsExportedProperty
The IsExported property.
Declaration
public static readonly EntityProperty IsExportedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsTitleIvProperty
The IsTitleIv property.
Declaration
public static readonly EntityProperty IsTitleIvProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastNameProperty
The LastName property.
Declaration
public static readonly EntityProperty LastNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PrivateLoanAmountProperty
The PrivateLoanAmount property.
Declaration
public static readonly EntityProperty PrivateLoanAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramAttendBeginDateProperty
The ProgramAttendBeginDate property.
Declaration
public static readonly EntityProperty ProgramAttendBeginDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramAttendEndDateProperty
The ProgramAttendEndDate property.
Declaration
public static readonly EntityProperty ProgramAttendEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramNameProperty
The ProgramName property.
Declaration
public static readonly EntityProperty ProgramNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SchoolStatusIdProperty
The SchoolStatusId property.
Declaration
public static readonly EntityProperty SchoolStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SsnProperty
The Ssn property.
Declaration
public static readonly EntityProperty SsnProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TuitionAndFeesProperty
The TuitionAndFees property.
Declaration
public static readonly EntityProperty TuitionAndFeesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AcademicYearProgramAttendBeginDate
Gets or sets the AcademicYearProgramAttendBeginDate associated with this GainfulEmploymentReportStudentEntity.
Declaration
public DateTime AcademicYearProgramAttendBeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The AcademicYearProgramAttendBeginDate. |
AllowanceBooksSuppliesEquipment
Gets or sets the AllowanceBooksSuppliesEquipment associated with this GainfulEmploymentReportStudentEntity.
Declaration
public string AllowanceBooksSuppliesEquipment { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AllowanceBooksSuppliesEquipment. |
AttendanceStatus
Gets or sets the AttendanceStatus associated with this GainfulEmploymentReportStudentEntity.
Declaration
public string AttendanceStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AttendanceStatus. |
AwardYearIdentifier
Gets or sets the AwardYearIdentifier associated with this GainfulEmploymentReportStudentEntity.
Declaration
public string AwardYearIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYearIdentifier. |
BirthDate
Gets or sets the BirthDate associated with this GainfulEmploymentReportStudentEntity.
Declaration
public DateTime BirthDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The BirthDate. |
CampusId
Gets or sets the CampusId associated with this GainfulEmploymentReportStudentEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this GainfulEmploymentReportStudentEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
GainfulEmploymentExportImportFileId
Gets or sets the GainfulEmploymentExportImportFileId associated with this GainfulEmploymentReportStudentEntity.
Declaration
public int GainfulEmploymentExportImportFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The GainfulEmploymentExportImportFileId. |
Id
Gets or sets the Id associated with this GainfulEmploymentReportStudentEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InstitutionalLoanAmount
Gets or sets the InstitutionalLoanAmount associated with this GainfulEmploymentReportStudentEntity.
Declaration
public string InstitutionalLoanAmount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InstitutionalLoanAmount. |
IsExported
Gets or sets the IsExported associated with this GainfulEmploymentReportStudentEntity.
Declaration
public bool IsExported { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExported. |
IsTitleIv
Gets or sets the IsTitleIv associated with this GainfulEmploymentReportStudentEntity.
Declaration
public bool IsTitleIv { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTitleIv. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this GainfulEmploymentReportStudentEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this GainfulEmploymentReportStudentEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastName
Gets or sets the LastName associated with this GainfulEmploymentReportStudentEntity.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastName. |
PrivateLoanAmount
Gets or sets the PrivateLoanAmount associated with this GainfulEmploymentReportStudentEntity.
Declaration
public string PrivateLoanAmount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PrivateLoanAmount. |
ProgramAttendBeginDate
Gets or sets the ProgramAttendBeginDate associated with this GainfulEmploymentReportStudentEntity.
Declaration
public DateTime ProgramAttendBeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ProgramAttendBeginDate. |
ProgramAttendEndDate
Gets or sets the ProgramAttendEndDate associated with this GainfulEmploymentReportStudentEntity.
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 GainfulEmploymentReportStudentEntity.
Declaration
public string ProgramName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramName. |
RowVersion
Gets or sets the RowVersion associated with this GainfulEmploymentReportStudentEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SchoolStatusId
Gets or sets the SchoolStatusId associated with this GainfulEmploymentReportStudentEntity.
Declaration
public int SchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SchoolStatusId. |
Ssn
Gets or sets the Ssn associated with this GainfulEmploymentReportStudentEntity.
Declaration
public string Ssn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Ssn. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this GainfulEmploymentReportStudentEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this GainfulEmploymentReportStudentEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
TuitionAndFees
Gets or sets the TuitionAndFees associated with this GainfulEmploymentReportStudentEntity.
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()