Class RefundCalculationRt4FreezeDateDetail
This class represents the EntityModel interface to the SaRefundCalculationFreezeDateHistory_FAA database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class RefundCalculationRt4FreezeDateDetail
Constructors
RefundCalculationRt4FreezeDateDetail()
Declaration
public RefundCalculationRt4FreezeDateDetail()
Properties
ChildTerm
Declaration
public virtual Term ChildTerm { get; set; }
Property Value
Type | Description |
---|---|
Term |
ChildTermId
Gets or sets the ChildTermId associated with this RefundCalculationRt4FreezeDateDetail.
Declaration
public int? ChildTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ChildTermId. |
Course
Declaration
public virtual Course Course { get; set; }
Property Value
Type | Description |
---|---|
Course |
CourseId
Gets or sets the CourseId associated with this RefundCalculationRt4FreezeDateDetail.
Declaration
public int? CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CourseId. |
CourseRegistrationDate
Gets or sets the CourseRegistrationDate associated with this RefundCalculationRt4FreezeDateDetail.
Declaration
public DateTime? CourseRegistrationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CourseRegistrationDate. |
CourseStatus
Gets or sets the CourseStatus associated with this RefundCalculationRt4FreezeDateDetail.
Declaration
public string CourseStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CourseStatus. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RefundCalculationRt4FreezeDateDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditHours
Gets or sets the CreditHours associated with this RefundCalculationRt4FreezeDateDetail.
Declaration
public decimal? CreditHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CreditHours. |
Days
Gets or sets the Days associated with this RefundCalculationRt4FreezeDateDetail.
Declaration
public int? Days { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The Days. |
FreezeDate
Gets or sets the FreezeDate associated with this RefundCalculationRt4FreezeDateDetail.
Declaration
public DateTime? FreezeDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The FreezeDate. |
FreezeDatePeriod
Gets or sets the FreezeDatePeriod associated with this RefundCalculationRt4FreezeDateDetail.
Declaration
public string FreezeDatePeriod { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FreezeDatePeriod. |
FreezeDateRecurrence
Gets or sets the FreezeDateRecurrence associated with this RefundCalculationRt4FreezeDateDetail.
Declaration
public string FreezeDateRecurrence { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FreezeDateRecurrence. |
Id
Gets or sets the Id associated with this RefundCalculationRt4FreezeDateDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RefundCalculationRt4FreezeDateDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RefundCalculationRt4FreezeDateDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ParentTerm
Declaration
public virtual Term ParentTerm { get; set; }
Property Value
Type | Description |
---|---|
Term |
ParentTermId
Gets or sets the ParentTermId associated with this RefundCalculationRt4FreezeDateDetail.
Declaration
public int? ParentTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ParentTermId. |
PaymentPeriodId
Gets or sets the PaymentPeriodId associated with this RefundCalculationRt4FreezeDateDetail.
Declaration
public int? PaymentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaymentPeriodId. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentId
Gets or sets the StudentId associated with this RefundCalculationRt4FreezeDateDetail.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentRt4Calculation
Declaration
public virtual StudentRt4Calculation StudentRt4Calculation { get; set; }
Property Value
Type | Description |
---|---|
StudentRt4Calculation |
StudentRt4CalculationId
Gets or sets the StudentRt4CalculationId associated with this RefundCalculationRt4FreezeDateDetail.
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. |