Class FisapReportDetailEntity
This class represents the EntityModel interface to the FaFISAPReportDetails database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class FisapReportDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
FisapReportDetailEntity()
Declaration
public FisapReportDetailEntity()
Fields
AutoZeroEfcFlagProperty
The AutoZeroEfcFlag property.
Declaration
public static readonly EntityProperty AutoZeroEfcFlagProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AwardYearProperty
The AwardYear property.
Declaration
public static readonly EntityProperty AwardYearProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BatchIdentifierProperty
The BatchIdentifier property.
Declaration
public static readonly EntityProperty BatchIdentifierProperty
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 |
CampusNameProperty
The CampusName property.
Declaration
public static readonly EntityProperty CampusNameProperty
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 |
DegreeBeyondProperty
The DegreeBeyond property.
Declaration
public static readonly EntityProperty DegreeBeyondProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DegreeProperty
The Degree property.
Declaration
public static readonly EntityProperty DegreeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FirstBachelorDegreeProperty
The FirstBachelorDegree property.
Declaration
public static readonly EntityProperty FirstBachelorDegreeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FisapIncomeProperty
The FisapIncome property.
Declaration
public static readonly EntityProperty FisapIncomeProperty
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 |
IsirGraduateProperty
The IsirGraduate property.
Declaration
public static readonly EntityProperty IsirGraduateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSeogInvalidProperty
The IsSeogInvalid property.
Declaration
public static readonly EntityProperty IsSeogInvalidProperty
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 |
LessThanFullTimeProperty
The LessThanFullTime property.
Declaration
public static readonly EntityProperty LessThanFullTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ModelProperty
The Model property.
Declaration
public static readonly EntityProperty ModelProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PellEnrollmentStatusProperty
The PellEnrollmentStatus property.
Declaration
public static readonly EntityProperty PellEnrollmentStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PellIdentifierProperty
The PellIdentifier property.
Declaration
public static readonly EntityProperty PellIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PerkinsAmountProperty
The PerkinsAmount property.
Declaration
public static readonly EntityProperty PerkinsAmountProperty
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 |
RptGraduateProperty
The RptGraduate property.
Declaration
public static readonly EntityProperty RptGraduateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SeogAmountProperty
The SeogAmount property.
Declaration
public static readonly EntityProperty SeogAmountProperty
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 |
StudentNameProperty
The StudentName property.
Declaration
public static readonly EntityProperty StudentNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WorkStudyAmountProperty
The WorkStudyAmount property.
Declaration
public static readonly EntityProperty WorkStudyAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
YearCollegeProperty
The YearCollege property.
Declaration
public static readonly EntityProperty YearCollegeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AutoZeroEfcFlag
Gets or sets the AutoZeroEfcFlag associated with this FisapReportDetailEntity.
Declaration
public bool? AutoZeroEfcFlag { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The AutoZeroEfcFlag. |
AwardYear
Gets or sets the AwardYear associated with this FisapReportDetailEntity.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
BatchIdentifier
Gets or sets the BatchIdentifier associated with this FisapReportDetailEntity.
Declaration
public Guid BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Guid | The BatchIdentifier. |
CampusId
Gets or sets the CampusId associated with this FisapReportDetailEntity.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CampusName
Gets or sets the CampusName associated with this FisapReportDetailEntity.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FisapReportDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Degree
Gets or sets the Degree associated with this FisapReportDetailEntity.
Declaration
public string Degree { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Degree. |
DegreeBeyond
Gets or sets the DegreeBeyond associated with this FisapReportDetailEntity.
Declaration
public string DegreeBeyond { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DegreeBeyond. |
FirstBachelorDegree
Gets or sets the FirstBachelorDegree associated with this FisapReportDetailEntity.
Declaration
public string FirstBachelorDegree { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstBachelorDegree. |
FisapIncome
Gets or sets the FisapIncome associated with this FisapReportDetailEntity.
Declaration
public int? FisapIncome { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FisapIncome. |
Id
Gets or sets the Id associated with this FisapReportDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsirGraduate
Gets or sets the IsirGraduate associated with this FisapReportDetailEntity.
Declaration
public string IsirGraduate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IsirGraduate. |
IsSeogInvalid
Gets or sets the IsSeogInvalid associated with this FisapReportDetailEntity.
Declaration
public bool IsSeogInvalid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSeogInvalid. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FisapReportDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FisapReportDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LessThanFullTime
Gets or sets the LessThanFullTime associated with this FisapReportDetailEntity.
Declaration
public string LessThanFullTime { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LessThanFullTime. |
Model
Gets or sets the Model associated with this FisapReportDetailEntity.
Declaration
public string Model { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Model. |
PellEnrollmentStatus
Gets or sets the PellEnrollmentStatus associated with this FisapReportDetailEntity.
Declaration
public string PellEnrollmentStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PellEnrollmentStatus. |
PellIdentifier
Gets or sets the PellIdentifier associated with this FisapReportDetailEntity.
Declaration
public string PellIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PellIdentifier. |
PerkinsAmount
Gets or sets the PerkinsAmount associated with this FisapReportDetailEntity.
Declaration
public decimal? PerkinsAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PerkinsAmount. |
RowVersion
Gets or sets the RowVersion associated with this FisapReportDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
RptGraduate
Gets or sets the RptGraduate associated with this FisapReportDetailEntity.
Declaration
public string RptGraduate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RptGraduate. |
SeogAmount
Gets or sets the SeogAmount associated with this FisapReportDetailEntity.
Declaration
public decimal? SeogAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The SeogAmount. |
Ssn
Gets or sets the Ssn associated with this FisapReportDetailEntity.
Declaration
public string Ssn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Ssn. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this FisapReportDetailEntity.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this FisapReportDetailEntity.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
StudentName
Gets or sets the StudentName associated with this FisapReportDetailEntity.
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentName. |
WorkStudyAmount
Gets or sets the WorkStudyAmount associated with this FisapReportDetailEntity.
Declaration
public decimal? WorkStudyAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The WorkStudyAmount. |
YearCollege
Gets or sets the YearCollege associated with this FisapReportDetailEntity.
Declaration
public string YearCollege { get; set; }
Property Value
Type | Description |
---|---|
System.String | The YearCollege. |
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()