Class CodSummaryInformation
This class represents the EntityModel interface to the FACODSummaryInfo database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class CodSummaryInformation
Constructors
CodSummaryInformation()
Declaration
public CodSummaryInformation()
Properties
ExportImportFile
Declaration
public virtual FaExportImportFile ExportImportFile { get; set; }
Property Value
Type | Description |
---|---|
FaExportImportFile |
FaExportImportFileId
Gets or sets the FaExportImportFileId associated with this CodSummaryInformation.
Declaration
public int FaExportImportFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaExportImportFileId. |
FundSourceType
Gets or sets the FundSourceType associated with this CodSummaryInformation.
Declaration
public string FundSourceType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceType. |
Id
Gets or sets the Id associated with this CodSummaryInformation.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
TotalAwardAccepted
Gets or sets the TotalAwardAccepted associated with this CodSummaryInformation.
Declaration
public decimal? TotalAwardAccepted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TotalAwardAccepted. |
TotalAwardCorrected
Gets or sets the TotalAwardCorrected associated with this CodSummaryInformation.
Declaration
public decimal? TotalAwardCorrected { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TotalAwardCorrected. |
TotalAwards
Gets or sets the TotalAwards associated with this CodSummaryInformation.
Declaration
public decimal TotalAwards { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The TotalAwards. |
TotalCount
Gets or sets the TotalCount associated with this CodSummaryInformation.
Declaration
public int TotalCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TotalCount. |
TotalCountAccepted
Gets or sets the TotalCountAccepted associated with this CodSummaryInformation.
Declaration
public int? TotalCountAccepted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TotalCountAccepted. |
TotalCountCorrected
Gets or sets the TotalCountCorrected associated with this CodSummaryInformation.
Declaration
public int? TotalCountCorrected { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TotalCountCorrected. |
TotalCountDuplicate
Gets or sets the TotalCountDuplicate associated with this CodSummaryInformation.
Declaration
public int? TotalCountDuplicate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TotalCountDuplicate. |
TotalCountRejected
Gets or sets the TotalCountRejected associated with this CodSummaryInformation.
Declaration
public int? TotalCountRejected { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TotalCountRejected. |
TotalCountVerification
Gets or sets the TotalCountVerification associated with this CodSummaryInformation.
Declaration
public int? TotalCountVerification { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TotalCountVerification. |
TotalDisbursementAccepted
Gets or sets the TotalDisbursementAccepted associated with this CodSummaryInformation.
Declaration
public decimal? TotalDisbursementAccepted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TotalDisbursementAccepted. |
TotalDisbursements
Gets or sets the TotalDisbursements associated with this CodSummaryInformation.
Declaration
public decimal TotalDisbursements { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The TotalDisbursements. |
TotalFundedDisbursement
Gets or sets the TotalFundedDisbursement associated with this CodSummaryInformation.
Declaration
public decimal? TotalFundedDisbursement { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TotalFundedDisbursement. |
TotalNonFundedDisbursement
Gets or sets the TotalNonFundedDisbursement associated with this CodSummaryInformation.
Declaration
public decimal? TotalNonFundedDisbursement { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TotalNonFundedDisbursement. |
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. |