Class RefundCalculationPolicy
This class represents the EntityModel interface to the SaRefundPolicy database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class RefundCalculationPolicy
Constructors
RefundCalculationPolicy()
Declaration
public RefundCalculationPolicy()
Properties
AcademicCalendar
Gets or sets the AcademicCalendar associated with this RefundCalculationPolicy.
Declaration
public string AcademicCalendar { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AcademicCalendar. |
CalculationType
Gets or sets the CalculationType associated with this RefundCalculationPolicy.
Declaration
public string CalculationType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CalculationType. |
CampusGroup
Declaration
public virtual CampusGroup CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
CampusGroup |
CampusGroupId
Gets or sets the CampusGroupId associated with this RefundCalculationPolicy.
Declaration
public int? CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusGroupId. |
Code
Gets or sets the Code associated with this RefundCalculationPolicy.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RefundCalculationPolicy.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this RefundCalculationPolicy.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this RefundCalculationPolicy.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsCalculationAdjustedForHolidays
Gets or sets the IsCalculationAdjustedForHolidays associated with this RefundCalculationPolicy.
Declaration
public bool IsCalculationAdjustedForHolidays { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCalculationAdjustedForHolidays. |
IsFederal
Gets or sets the IsFederal associated with this RefundCalculationPolicy.
Declaration
public bool IsFederal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsFederal. |
IsManualRefundCalculationAllowed
Gets or sets the IsManualRefundCalculationAllowed associated with this RefundCalculationPolicy.
Declaration
public bool IsManualRefundCalculationAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsManualRefundCalculationAllowed. |
IsPreviousPeriodBalanceAdded
Gets or sets the IsPreviousPeriodBalanceAdded associated with this RefundCalculationPolicy.
Declaration
public bool IsPreviousPeriodBalanceAdded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPreviousPeriodBalanceAdded. |
IsProrationEnabled
Gets or sets the IsProrationEnabled associated with this RefundCalculationPolicy.
Declaration
public bool? IsProrationEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsProrationEnabled. |
IsZeroAdjustmentManualCalculationAllowed
Gets or sets the IsZeroAdjustmentManualCalculationAllowed associated with this RefundCalculationPolicy.
Declaration
public bool IsZeroAdjustmentManualCalculationAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsZeroAdjustmentManualCalculationAllowed. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RefundCalculationPolicy.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RefundCalculationPolicy.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MinimumHolidayDaysAdjustCalculation
Gets or sets the MinimumHolidayDaysAdjustCalculation associated with this RefundCalculationPolicy.
Declaration
public int MinimumHolidayDaysAdjustCalculation { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The MinimumHolidayDaysAdjustCalculation. |
Name
Gets or sets the Name associated with this RefundCalculationPolicy.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
PolicyType
Gets or sets the PolicyType associated with this RefundCalculationPolicy.
Declaration
public string PolicyType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PolicyType. |
RefundCalculationPolicyConditions
Declaration
public virtual ICollection<RefundCalculationPolicyCondition> RefundCalculationPolicyConditions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<RefundCalculationPolicyCondition> |
RefundDueDateBasedOnType
Gets or sets the RefundDueDateBasedOnType associated with this RefundCalculationPolicy.
Declaration
public string RefundDueDateBasedOnType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RefundDueDateBasedOnType. |
RefundDueDateOffsetDays
Gets or sets the RefundDueDateOffsetDays associated with this RefundCalculationPolicy.
Declaration
public short RefundDueDateOffsetDays { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The RefundDueDateOffsetDays. |
RefundPolicyAttendanceUnits
Gets or sets the RefundPolicyAttendanceUnits associated with this RefundCalculationPolicy.
Declaration
public string RefundPolicyAttendanceUnits { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RefundPolicyAttendanceUnits. |
RefundPolicyAttendanceUnitsDaysUnitType
Gets or sets the RefundPolicyAttendanceUnitsDaysUnitType associated with this RefundCalculationPolicy.
Declaration
public string RefundPolicyAttendanceUnitsDaysUnitType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RefundPolicyAttendanceUnitsDaysUnitType. |
RefundPolicyAttendanceUnitsWeeksCalcType
Gets or sets the RefundPolicyAttendanceUnitsWeeksCalcType associated with this RefundCalculationPolicy.
Declaration
public string RefundPolicyAttendanceUnitsWeeksCalcType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RefundPolicyAttendanceUnitsWeeksCalcType. |
RefundPolicyTimePeriod
Gets or sets the RefundPolicyTimePeriod associated with this RefundCalculationPolicy.
Declaration
public string RefundPolicyTimePeriod { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RefundPolicyTimePeriod. |
RegistrationFeeMaxAmount
Gets or sets the RegistrationFeeMaxAmount associated with this RefundCalculationPolicy.
Declaration
public decimal? RegistrationFeeMaxAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The RegistrationFeeMaxAmount. |
RoundingPrecision
Gets or sets the RoundingPrecision associated with this RefundCalculationPolicy.
Declaration
public byte RoundingPrecision { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The RoundingPrecision. |
StudentRefundCalculationSummaries
Declaration
public virtual ICollection<StudentRefundCalculationPolicySummary> StudentRefundCalculationSummaries { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentRefundCalculationPolicySummary> |
TuitionOptionUsedForCalculation
Gets or sets the TuitionOptionUsedForCalculation associated with this RefundCalculationPolicy.
Declaration
public string TuitionOptionUsedForCalculation { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TuitionOptionUsedForCalculation. |
UsaStateIdList
Gets or sets the UsaStateIdList associated with this RefundCalculationPolicy.
Declaration
public string UsaStateIdList { get; set; }
Property Value
Type | Description |
---|---|
System.String | The UsaStateIdList. |
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. |