Class FaaMpnImportDetail
This class represents the EntityModel interface to the FaaMPNInfoWithDetail_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaaMpnImportDetail
Constructors
FaaMpnImportDetail()
Declaration
public FaaMpnImportDetail()
Properties
AwardYear
Gets or sets the AwardYear associated with this FaaMpnImportDetail.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
BatchIdentifier
Gets or sets the BatchIdentifier associated with this FaaMpnImportDetail.
Declaration
public string BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchIdentifier. |
BorrowerBirthDate
Gets or sets the BorrowerBirthDate associated with this FaaMpnImportDetail.
Declaration
public DateTime BorrowerBirthDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The BorrowerBirthDate. |
BorrowerName
Gets or sets the BorrowerName associated with this FaaMpnImportDetail.
Declaration
public string BorrowerName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BorrowerName. |
CampusName
Gets or sets the CampusName associated with this FaaMpnImportDetail.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
DirectLoanIdentifier
Gets or sets the DirectLoanIdentifier associated with this FaaMpnImportDetail.
Declaration
public string DirectLoanIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DirectLoanIdentifier. |
EMpnIndicator
Gets or sets the EMpnIndicator associated with this FaaMpnImportDetail.
Declaration
public bool EMpnIndicator { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The EMpnIndicator. |
FundSourceType
Gets or sets the FundSourceType associated with this FaaMpnImportDetail.
Declaration
public string FundSourceType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceType. |
Id
Gets or sets the Id associated with this FaaMpnImportDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
ImportDate
Gets or sets the ImportDate associated with this FaaMpnImportDetail.
Declaration
public DateTime ImportDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ImportDate. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaMpnImportDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
MpnExpirationDate
Gets or sets the MpnExpirationDate associated with this FaaMpnImportDetail.
Declaration
public DateTime MpnExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The MpnExpirationDate. |
MpnIdentifier
Gets or sets the MpnIdentifier associated with this FaaMpnImportDetail.
Declaration
public string MpnIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MpnIdentifier. |
MpnLinkIndicator
Gets or sets the MpnLinkIndicator associated with this FaaMpnImportDetail.
Declaration
public bool MpnLinkIndicator { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The MpnLinkIndicator. |
MpnStatus
Gets or sets the MpnStatus associated with this FaaMpnImportDetail.
Declaration
public string MpnStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MpnStatus. |
RptEntityIdentifier
Gets or sets the RptEntityIdentifier associated with this FaaMpnImportDetail.
Declaration
public string RptEntityIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RptEntityIdentifier. |
StudentName
Gets or sets the StudentName associated with this FaaMpnImportDetail.
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentName. |
StudentNumber
Gets or sets the StudentNumber associated with this FaaMpnImportDetail.
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. |