Class FisapReportDetail
This class represents the EntityModel interface to the FaFISAPReportDetails database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FisapReportDetail
Constructors
FisapReportDetail()
Declaration
public FisapReportDetail()
Properties
AutoZeroEfcFlag
Gets or sets the AutoZeroEfcFlag associated with this FisapReportDetail.
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 FisapReportDetail.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
BatchIdentifier
Gets or sets the BatchIdentifier associated with this FisapReportDetail.
Declaration
public Guid BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Guid | The BatchIdentifier. |
CampusId
Gets or sets the CampusId associated with this FisapReportDetail.
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 FisapReportDetail.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FisapReportDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Degree
Gets or sets the Degree associated with this FisapReportDetail.
Declaration
public string Degree { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Degree. |
DegreeBeyond
Gets or sets the DegreeBeyond associated with this FisapReportDetail.
Declaration
public string DegreeBeyond { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DegreeBeyond. |
FirstBachelorDegree
Gets or sets the FirstBachelorDegree associated with this FisapReportDetail.
Declaration
public string FirstBachelorDegree { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstBachelorDegree. |
FisapIncome
Gets or sets the FisapIncome associated with this FisapReportDetail.
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 FisapReportDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsirGraduate
Gets or sets the IsirGraduate associated with this FisapReportDetail.
Declaration
public string IsirGraduate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IsirGraduate. |
IsSeogInvalid
Gets or sets the IsSeogInvalid associated with this FisapReportDetail.
Declaration
public bool IsSeogInvalid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSeogInvalid. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FisapReportDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FisapReportDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LessThanFullTime
Gets or sets the LessThanFullTime associated with this FisapReportDetail.
Declaration
public string LessThanFullTime { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LessThanFullTime. |
Model
Gets or sets the Model associated with this FisapReportDetail.
Declaration
public string Model { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Model. |
PellEnrollmentStatus
Gets or sets the PellEnrollmentStatus associated with this FisapReportDetail.
Declaration
public string PellEnrollmentStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PellEnrollmentStatus. |
PellIdentifier
Gets or sets the PellIdentifier associated with this FisapReportDetail.
Declaration
public string PellIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PellIdentifier. |
PerkinsAmount
Gets or sets the PerkinsAmount associated with this FisapReportDetail.
Declaration
public decimal? PerkinsAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PerkinsAmount. |
RptGraduate
Gets or sets the RptGraduate associated with this FisapReportDetail.
Declaration
public string RptGraduate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RptGraduate. |
SeogAmount
Gets or sets the SeogAmount associated with this FisapReportDetail.
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 FisapReportDetail.
Declaration
public string Ssn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Ssn. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this FisapReportDetail.
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 FisapReportDetail.
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 FisapReportDetail.
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentName. |
WorkStudyAmount
Gets or sets the WorkStudyAmount associated with this FisapReportDetail.
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 FisapReportDetail.
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()
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. |