Class StudentRt4CalculationStudentAward
This class represents the EntityModel interface to the SaReturnOfT4Aid database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentRt4CalculationStudentAward
Constructors
StudentRt4CalculationStudentAward()
Declaration
public StudentRt4CalculationStudentAward()
Properties
CouldHaveBeenDisbursedAmount
Gets or sets the CouldHaveBeenDisbursedAmount associated with this StudentRt4CalculationStudentAward.
Declaration
public decimal? CouldHaveBeenDisbursedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CouldHaveBeenDisbursedAmount. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentRt4CalculationStudentAward.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DisbursedAmount
Gets or sets the DisbursedAmount associated with this StudentRt4CalculationStudentAward.
Declaration
public decimal? DisbursedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The DisbursedAmount. |
FundSource
Declaration
public virtual FundSource FundSource { get; set; }
Property Value
Type | Description |
---|---|
FundSource |
FundSourceId
Gets or sets the FundSourceId associated with this StudentRt4CalculationStudentAward.
Declaration
public int FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FundSourceId. |
GrossDisbursedAmount
Gets or sets the GrossDisbursedAmount associated with this StudentRt4CalculationStudentAward.
Declaration
public decimal? GrossDisbursedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The GrossDisbursedAmount. |
Id
Gets or sets the Id associated with this StudentRt4CalculationStudentAward.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InadvertentOverpaymentPwdAmount
Gets or sets the InadvertentOverpaymentPwdAmount associated with this StudentRt4CalculationStudentAward.
Declaration
public decimal? InadvertentOverpaymentPwdAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The InadvertentOverpaymentPwdAmount. |
IneligibleAmount
Gets or sets the IneligibleAmount associated with this StudentRt4CalculationStudentAward.
Declaration
public decimal? IneligibleAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The IneligibleAmount. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentRt4CalculationStudentAward.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentRt4CalculationStudentAward.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
OrderToReturn
Gets or sets the OrderToReturn associated with this StudentRt4CalculationStudentAward.
Declaration
public byte OrderToReturn { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The OrderToReturn. |
OverAwardAmount
Gets or sets the OverAwardAmount associated with this StudentRt4CalculationStudentAward.
Declaration
public decimal? OverAwardAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The OverAwardAmount. |
PaidDisbursementIdCollection
Gets or sets the PaidDisbursementIdCollection associated with this StudentRt4CalculationStudentAward.
Declaration
public string PaidDisbursementIdCollection { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PaidDisbursementIdCollection. |
PwdAmount
Gets or sets the PwdAmount associated with this StudentRt4CalculationStudentAward.
Declaration
public decimal? PwdAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PwdAmount. |
PwdIneligibleOverAwardAmount
Gets or sets the PwdIneligibleOverAwardAmount associated with this StudentRt4CalculationStudentAward.
Declaration
public decimal? PwdIneligibleOverAwardAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PwdIneligibleOverAwardAmount. |
ReturnTonStudentAmount
Declaration
[Obsolete("Use SchoolToReturnAmount")]
public decimal? ReturnTonStudentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
ReturnToStudentAmount
Gets or sets the ReturnToStudentAmount associated with this StudentRt4CalculationStudentAward.
Declaration
public decimal? ReturnToStudentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ReturnToStudentAmount. |
SchoolToReturnAmount
Gets or sets the SchoolToReturnAmount associated with this StudentRt4CalculationStudentAward.
Declaration
public decimal? SchoolToReturnAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The SchoolToReturnAmount. |
StillExpectedAmount
Gets or sets the StillExpectedAmount associated with this StudentRt4CalculationStudentAward.
Declaration
public decimal? StillExpectedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The StillExpectedAmount. |
StudentAward
Declaration
public virtual StudentAward StudentAward { get; set; }
Property Value
Type | Description |
---|---|
StudentAward |
StudentAwardId
Gets or sets the StudentAwardId associated with this StudentRt4CalculationStudentAward.
Declaration
public int StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
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 StudentRt4CalculationStudentAward.
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. |