Class StudentRt4CalculationStep11Detail
This class represents the EntityModel interface to the FaaRt4CalculationStep11Info_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentRt4CalculationStep11Detail
Constructors
StudentRt4CalculationStep11Detail()
Declaration
public StudentRt4CalculationStep11Detail()
Properties
AcceptedAmount
Gets or sets the AcceptedAmount associated with this StudentRt4CalculationStep11Detail.
Declaration
public decimal? AcceptedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The AcceptedAmount. |
ActualAmount
Gets or sets the ActualAmount associated with this StudentRt4CalculationStep11Detail.
Declaration
public decimal? ActualAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ActualAmount. |
AidDisbursedDirectToStudent
Gets or sets the AidDisbursedDirectToStudent associated with this StudentRt4CalculationStep11Detail.
Declaration
public decimal? AidDisbursedDirectToStudent { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The AidDisbursedDirectToStudent. |
DirectDisbursementAcceptedAmount
Gets or sets the DirectDisbursementAcceptedAmount associated with this StudentRt4CalculationStep11Detail.
Declaration
public decimal? DirectDisbursementAcceptedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The DirectDisbursementAcceptedAmount. |
DirectDisbursementEligibleAmount
Gets or sets the DirectDisbursementEligibleAmount associated with this StudentRt4CalculationStep11Detail.
Declaration
public decimal? DirectDisbursementEligibleAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The DirectDisbursementEligibleAmount. |
EligibleAmount
Gets or sets the EligibleAmount associated with this StudentRt4CalculationStep11Detail.
Declaration
public decimal? EligibleAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The EligibleAmount. |
ExpirationDate
Gets or sets the ExpirationDate associated with this StudentRt4CalculationStep11Detail.
Declaration
public DateTime? ExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExpirationDate. |
FundSourceType
Gets or sets the FundSourceType associated with this StudentRt4CalculationStep11Detail.
Declaration
public string FundSourceType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceType. |
IsReponseLate
Gets or sets the IsReponseLate associated with this StudentRt4CalculationStep11Detail.
Declaration
public bool? IsReponseLate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsReponseLate. |
IsResponseReceived
Gets or sets the IsResponseReceived associated with this StudentRt4CalculationStep11Detail.
Declaration
public bool? IsResponseReceived { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsResponseReceived. |
IsStudentBorrower
Gets or sets the IsStudentBorrower associated with this StudentRt4CalculationStep11Detail.
Declaration
public bool IsStudentBorrower { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsStudentBorrower. |
PrintedDate
Gets or sets the PrintedDate associated with this StudentRt4CalculationStep11Detail.
Declaration
public DateTime? PrintedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PrintedDate. |
SentDate
Gets or sets the SentDate associated with this StudentRt4CalculationStep11Detail.
Declaration
public DateTime? SentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The SentDate. |
StudentAwardId
Gets or sets the StudentAwardId associated with this StudentRt4CalculationStep11Detail.
Declaration
public int? StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardId. |
StudentRt4Calculation
Declaration
public virtual StudentRt4Calculation StudentRt4Calculation { get; set; }
Property Value
Type | Description |
---|---|
StudentRt4Calculation |
StudentRt4CalculationId
Gets or sets the StudentRt4CalculationId associated with this StudentRt4CalculationStep11Detail.
Declaration
public int StudentRt4CalculationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentRt4CalculationId. |
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. |