Class RefundCalculationInstitutionalHeader
This class represents the EntityModel interface to the ApInstitutionalRefundCalculation database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class RefundCalculationInstitutionalHeader
Constructors
RefundCalculationInstitutionalHeader()
Declaration
public RefundCalculationInstitutionalHeader()
Properties
AdditionalRefundDueDate
Gets or sets the AdditionalRefundDueDate associated with this RefundCalculationInstitutionalHeader.
Declaration
public DateTime? AdditionalRefundDueDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The AdditionalRefundDueDate. |
AdjustForHolidays
Gets or sets the AdjustForHolidays associated with this RefundCalculationInstitutionalHeader.
Declaration
public string AdjustForHolidays { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AdjustForHolidays. |
BatchIdentifier
Gets or sets the BatchIdentifier associated with this RefundCalculationInstitutionalHeader.
Declaration
public Guid BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Guid | The BatchIdentifier. |
BeginDate
Gets or sets the BeginDate associated with this RefundCalculationInstitutionalHeader.
Declaration
public DateTime? BeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The BeginDate. |
CampusName
Gets or sets the CampusName associated with this RefundCalculationInstitutionalHeader.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
ChargeAdjustments
Declaration
public virtual ICollection<RefundCalculationInstitutionalChargeAdjustment> ChargeAdjustments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<RefundCalculationInstitutionalChargeAdjustment> |
CompletedMaxPercent
Gets or sets the CompletedMaxPercent associated with this RefundCalculationInstitutionalHeader.
Declaration
public decimal? CompletedMaxPercent { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CompletedMaxPercent. |
CompletedMinPercent
Gets or sets the CompletedMinPercent associated with this RefundCalculationInstitutionalHeader.
Declaration
public decimal? CompletedMinPercent { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CompletedMinPercent. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RefundCalculationInstitutionalHeader.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DaysCalculationType
Gets or sets the DaysCalculationType associated with this RefundCalculationInstitutionalHeader.
Declaration
public string DaysCalculationType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DaysCalculationType. |
DaysCompleted
Gets or sets the DaysCompleted associated with this RefundCalculationInstitutionalHeader.
Declaration
public decimal? DaysCompleted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The DaysCompleted. |
DeterminationDate
Gets or sets the DeterminationDate associated with this RefundCalculationInstitutionalHeader.
Declaration
public DateTime? DeterminationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DeterminationDate. |
EndDate
Gets or sets the EndDate associated with this RefundCalculationInstitutionalHeader.
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EndDate. |
FormCompletedDate
Gets or sets the FormCompletedDate associated with this RefundCalculationInstitutionalHeader.
Declaration
public DateTime? FormCompletedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The FormCompletedDate. |
HolidaysInPaymentPeriod
Gets or sets the HolidaysInPaymentPeriod associated with this RefundCalculationInstitutionalHeader.
Declaration
public string HolidaysInPaymentPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HolidaysInPaymentPeriod. |
HolidaysOnBeforeStudentLda
Gets or sets the HolidaysOnBeforeStudentLda associated with this RefundCalculationInstitutionalHeader.
Declaration
public string HolidaysOnBeforeStudentLda { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HolidaysOnBeforeStudentLda. |
Id
Gets or sets the Id associated with this RefundCalculationInstitutionalHeader.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InstitutionalPolicyUnit
Gets or sets the InstitutionalPolicyUnit associated with this RefundCalculationInstitutionalHeader.
Declaration
public string InstitutionalPolicyUnit { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InstitutionalPolicyUnit. |
IsRefundCalculationPolicyActive
Gets or sets the IsRefundCalculationPolicyActive associated with this RefundCalculationInstitutionalHeader.
Declaration
public bool IsRefundCalculationPolicyActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRefundCalculationPolicyActive. |
IsThisCalculationUsed
Gets or sets the IsThisCalculationUsed associated with this RefundCalculationInstitutionalHeader.
Declaration
public bool? IsThisCalculationUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsThisCalculationUsed. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RefundCalculationInstitutionalHeader.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RefundCalculationInstitutionalHeader.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Lda
Gets or sets the Lda associated with this RefundCalculationInstitutionalHeader.
Declaration
public DateTime? Lda { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The Lda. |
MinHolidaysLength
Gets or sets the MinHolidaysLength associated with this RefundCalculationInstitutionalHeader.
Declaration
public string MinHolidaysLength { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MinHolidaysLength. |
NonRt4FundSources
Declaration
public virtual ICollection<RefundCalculationInstitutionalNonRt4FundSource> NonRt4FundSources { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<RefundCalculationInstitutionalNonRt4FundSource> |
PaymentCompletedPercent
Gets or sets the PaymentCompletedPercent associated with this RefundCalculationInstitutionalHeader.
Declaration
public decimal? PaymentCompletedPercent { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PaymentCompletedPercent. |
PreviousPeriodAccountBalance
Gets or sets the PreviousPeriodAccountBalance associated with this RefundCalculationInstitutionalHeader.
Declaration
public decimal? PreviousPeriodAccountBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PreviousPeriodAccountBalance. |
ProgramVersionName
Gets or sets the ProgramVersionName associated with this RefundCalculationInstitutionalHeader.
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramVersionName. |
ProjectedAccountBalance
Gets or sets the ProjectedAccountBalance associated with this RefundCalculationInstitutionalHeader.
Declaration
public decimal? ProjectedAccountBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ProjectedAccountBalance. |
RefundCalculationPolicyName
Gets or sets the RefundCalculationPolicyName associated with this RefundCalculationInstitutionalHeader.
Declaration
public string RefundCalculationPolicyName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RefundCalculationPolicyName. |
RefundPercent
Gets or sets the RefundPercent associated with this RefundCalculationInstitutionalHeader.
Declaration
public decimal? RefundPercent { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The RefundPercent. |
RefundType
Gets or sets the RefundType associated with this RefundCalculationInstitutionalHeader.
Declaration
public string RefundType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RefundType. |
Rt4FundSources
Declaration
public virtual ICollection<RefundCalculationInstitutionalRt4FundSource> Rt4FundSources { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<RefundCalculationInstitutionalRt4FundSource> |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentId
Gets or sets the StudentId associated with this RefundCalculationInstitutionalHeader.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
StudentName
Gets or sets the StudentName associated with this RefundCalculationInstitutionalHeader.
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentName. |
StudentNumber
Gets or sets the StudentNumber associated with this RefundCalculationInstitutionalHeader.
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentNumber. |
StudentRefundCalculation
Declaration
public virtual StudentRefundCalculation StudentRefundCalculation { get; set; }
Property Value
Type | Description |
---|---|
StudentRefundCalculation |
StudentRefundCalculationId
Gets or sets the StudentRefundCalculationId associated with this RefundCalculationInstitutionalHeader.
Declaration
public int? StudentRefundCalculationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRefundCalculationId. |
StudentSchoolStatusName
Gets or sets the StudentSchoolStatusName associated with this RefundCalculationInstitutionalHeader.
Declaration
public string StudentSchoolStatusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentSchoolStatusName. |
TimePeriod
Gets or sets the TimePeriod associated with this RefundCalculationInstitutionalHeader.
Declaration
public string TimePeriod { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TimePeriod. |
TotalAdditionalRefundAmount
Gets or sets the TotalAdditionalRefundAmount associated with this RefundCalculationInstitutionalHeader.
Declaration
public decimal? TotalAdditionalRefundAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TotalAdditionalRefundAmount. |
TotalEarnedChargesAmount
Gets or sets the TotalEarnedChargesAmount associated with this RefundCalculationInstitutionalHeader.
Declaration
public decimal? TotalEarnedChargesAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TotalEarnedChargesAmount. |
TotalPaymentsReceivedAmount
Gets or sets the TotalPaymentsReceivedAmount associated with this RefundCalculationInstitutionalHeader.
Declaration
public decimal? TotalPaymentsReceivedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TotalPaymentsReceivedAmount. |
TotalReturnOfT4PwdAmount
Gets or sets the TotalReturnOfT4PwdAmount associated with this RefundCalculationInstitutionalHeader.
Declaration
public decimal? TotalReturnOfT4PwdAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TotalReturnOfT4PwdAmount. |
TotalReturnOfT4RefundAmount
Gets or sets the TotalReturnOfT4RefundAmount associated with this RefundCalculationInstitutionalHeader.
Declaration
public decimal? TotalReturnOfT4RefundAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TotalReturnOfT4RefundAmount. |
Unit
Gets or sets the Unit associated with this RefundCalculationInstitutionalHeader.
Declaration
public string Unit { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Unit. |
UnitBasis
Gets or sets the UnitBasis associated with this RefundCalculationInstitutionalHeader.
Declaration
public string UnitBasis { get; set; }
Property Value
Type | Description |
---|---|
System.String | The UnitBasis. |
UnitsInPaymentPeriod
Gets or sets the UnitsInPaymentPeriod associated with this RefundCalculationInstitutionalHeader.
Declaration
public string UnitsInPaymentPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.String | The UnitsInPaymentPeriod. |
UnitsStudentCompleted
Gets or sets the UnitsStudentCompleted associated with this RefundCalculationInstitutionalHeader.
Declaration
public string UnitsStudentCompleted { get; set; }
Property Value
Type | Description |
---|---|
System.String | The UnitsStudentCompleted. |
UnitType
Gets or sets the UnitType associated with this RefundCalculationInstitutionalHeader.
Declaration
public string UnitType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The UnitType. |
WeeksCalculationType
Gets or sets the WeeksCalculationType associated with this RefundCalculationInstitutionalHeader.
Declaration
public string WeeksCalculationType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The WeeksCalculationType. |
WeeksCompleted
Gets or sets the WeeksCompleted associated with this RefundCalculationInstitutionalHeader.
Declaration
public decimal? WeeksCompleted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The WeeksCompleted. |
WithdrawalDate
Gets or sets the WithdrawalDate associated with this RefundCalculationInstitutionalHeader.
Declaration
public DateTime? WithdrawalDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The WithdrawalDate. |
WithdrawalType
Gets or sets the WithdrawalType associated with this RefundCalculationInstitutionalHeader.
Declaration
public string WithdrawalType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The WithdrawalType. |
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. |