Class GainfulEmploymentStudentDetail
This class represents the EntityModel interface to the AdGainfulEmploymentProcess database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class GainfulEmploymentStudentDetail
Constructors
GainfulEmploymentStudentDetail()
Declaration
public GainfulEmploymentStudentDetail()
Properties
AttendanceStatus
Gets or sets the AttendanceStatus associated with this GainfulEmploymentStudentDetail.
Declaration
public string AttendanceStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AttendanceStatus. |
AwardYear
Gets or sets the AwardYear associated with this GainfulEmploymentStudentDetail.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
AwardYearIdentifier
Gets or sets the AwardYearIdentifier associated with this GainfulEmploymentStudentDetail.
Declaration
public string AwardYearIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYearIdentifier. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this GainfulEmploymentStudentDetail.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CampusName
Gets or sets the CampusName associated with this GainfulEmploymentStudentDetail.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
CipCode
Gets or sets the CipCode associated with this GainfulEmploymentStudentDetail.
Declaration
public string CipCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CipCode. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this GainfulEmploymentStudentDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DegreeLevel
Gets or sets the DegreeLevel associated with this GainfulEmploymentStudentDetail.
Declaration
public string DegreeLevel { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DegreeLevel. |
EndDate
Gets or sets the EndDate associated with this GainfulEmploymentStudentDetail.
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EndDate. |
EnrollmentStatusFirstDay
Gets or sets the EnrollmentStatusFirstDay associated with this GainfulEmploymentStudentDetail.
Declaration
public string EnrollmentStatusFirstDay { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EnrollmentStatusFirstDay. |
GeProgramLength
Gets or sets the GeProgramLength associated with this GainfulEmploymentStudentDetail.
Declaration
public string GeProgramLength { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GeProgramLength. |
Id
Gets or sets the Id associated with this GainfulEmploymentStudentDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InstanceIdentifier
Gets or sets the InstanceIdentifier associated with this GainfulEmploymentStudentDetail.
Declaration
public Guid InstanceIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Guid | The InstanceIdentifier. |
IsIncluded
Gets or sets the IsIncluded associated with this GainfulEmploymentStudentDetail.
Declaration
public bool IsIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncluded. |
IsResident
Gets or sets the IsResident associated with this GainfulEmploymentStudentDetail.
Declaration
public bool IsResident { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsResident. |
IsValid
Gets or sets the IsValid associated with this GainfulEmploymentStudentDetail.
Declaration
public bool IsValid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsValid. |
LengthGeProgram
Property was changed from int to varchar, use GeProgramLength instead.
Declaration
[Obsolete("Use GeProgramLength")]
public int? LengthGeProgram { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
LengthGeProgramMeasurement
Gets or sets the LengthGeProgramMeasurement associated with this GainfulEmploymentStudentDetail.
Declaration
public string LengthGeProgramMeasurement { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LengthGeProgramMeasurement. |
OpeIdentifier
Gets or sets the OpeIdentifier associated with this GainfulEmploymentStudentDetail.
Declaration
public string OpeIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OpeIdentifier. |
ProgramCode
Gets or sets the ProgramCode associated with this GainfulEmploymentStudentDetail.
Declaration
public string ProgramCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramCode. |
ProgramName
Gets or sets the ProgramName associated with this GainfulEmploymentStudentDetail.
Declaration
public string ProgramName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramName. |
ProgramStartDate
Gets or sets the ProgramStartDate associated with this GainfulEmploymentStudentDetail.
Declaration
public DateTime? ProgramStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ProgramStartDate. |
RecordNumber
Gets or sets the RecordNumber associated with this GainfulEmploymentStudentDetail.
Declaration
public int RecordNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RecordNumber. |
RegulatoryJob
Declaration
public virtual RegulatoryJob RegulatoryJob { get; set; }
Property Value
Type | Description |
---|---|
RegulatoryJob |
RegulatoryJobId
Gets or sets the RegulatoryJobId associated with this GainfulEmploymentStudentDetail.
Declaration
public int? RegulatoryJobId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RegulatoryJobId. |
SchoolStatus
Declaration
public virtual SchoolStatus SchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
SchoolStatusId
Gets or sets the SchoolStatusId associated with this GainfulEmploymentStudentDetail.
Declaration
public int? SchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SchoolStatusId. |
SchoolStatusName
Gets or sets the SchoolStatusName associated with this GainfulEmploymentStudentDetail.
Declaration
public string SchoolStatusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolStatusName. |
StartDate
Gets or sets the StartDate associated with this GainfulEmploymentStudentDetail.
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The StartDate. |
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 GainfulEmploymentStudentDetail.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this GainfulEmploymentStudentDetail.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentName
Gets or sets the StudentName associated with this GainfulEmploymentStudentDetail.
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentName. |
StudentNumber
Gets or sets the StudentNumber associated with this GainfulEmploymentStudentDetail.
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentNumber. |
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. |