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