Class RefundCalculationInstitutionalRt4FundSource
This class represents the EntityModel interface to the ApInstitutionalRefundCalculationRt4Summary database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class RefundCalculationInstitutionalRt4FundSource
Constructors
RefundCalculationInstitutionalRt4FundSource()
Declaration
public RefundCalculationInstitutionalRt4FundSource()
Properties
AdditionalInstitutionalRefundPolicyRefundAmount
Gets or sets the AdditionalInstitutionalRefundPolicyRefundAmount associated with this RefundCalculationInstitutionalRt4FundSource.
Declaration
public decimal? AdditionalInstitutionalRefundPolicyRefundAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The AdditionalInstitutionalRefundPolicyRefundAmount. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RefundCalculationInstitutionalRt4FundSource.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DueDate
Gets or sets the DueDate associated with this RefundCalculationInstitutionalRt4FundSource.
Declaration
public DateTime? DueDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DueDate. |
FundSourceName
Gets or sets the FundSourceName associated with this RefundCalculationInstitutionalRt4FundSource.
Declaration
public string FundSourceName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceName. |
Id
Gets or sets the Id associated with this RefundCalculationInstitutionalRt4FundSource.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RefundCalculationInstitutionalRt4FundSource.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RefundCalculationInstitutionalRt4FundSource.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NetAmount
Gets or sets the NetAmount associated with this RefundCalculationInstitutionalRt4FundSource.
Declaration
public decimal? NetAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The NetAmount. |
RefundCalculationInstitutionalHeader
Declaration
public virtual RefundCalculationInstitutionalHeader RefundCalculationInstitutionalHeader { get; set; }
Property Value
Type | Description |
---|---|
RefundCalculationInstitutionalHeader |
RefundCalculationInstitutionalHeaderId
Gets or sets the RefundCalculationInstitutionalHeaderId associated with this RefundCalculationInstitutionalRt4FundSource.
Declaration
public int RefundCalculationInstitutionalHeaderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RefundCalculationInstitutionalHeaderId. |
ReturnMethod
Gets or sets the ReturnMethod associated with this RefundCalculationInstitutionalRt4FundSource.
Declaration
public string ReturnMethod { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReturnMethod. |
SchoolReturnAmount
Gets or sets the SchoolReturnAmount associated with this RefundCalculationInstitutionalRt4FundSource.
Declaration
public decimal? SchoolReturnAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The SchoolReturnAmount. |
StipendAmount
Gets or sets the StipendAmount associated with this RefundCalculationInstitutionalRt4FundSource.
Declaration
public decimal? StipendAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The StipendAmount. |
StudentReturnAmount
Gets or sets the StudentReturnAmount associated with this RefundCalculationInstitutionalRt4FundSource.
Declaration
public decimal? StudentReturnAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The StudentReturnAmount. |
TotalRefundAmount
Gets or sets the TotalRefundAmount associated with this RefundCalculationInstitutionalRt4FundSource.
Declaration
public decimal? TotalRefundAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TotalRefundAmount. |
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. |