Class RefundCalculationRt4FreezeDateDetailEntity
This class represents the EntityModel interface to the SaRefundCalculationFreezeDateHistory_FAA database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class RefundCalculationRt4FreezeDateDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
RefundCalculationRt4FreezeDateDetailEntity()
Declaration
public RefundCalculationRt4FreezeDateDetailEntity()
Fields
ChildTermIdProperty
The ChildTermId property.
Declaration
public static readonly EntityProperty ChildTermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseIdProperty
The CourseId property.
Declaration
public static readonly EntityProperty CourseIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseRegistrationDateProperty
The CourseRegistrationDate property.
Declaration
public static readonly EntityProperty CourseRegistrationDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseStatusProperty
The CourseStatus property.
Declaration
public static readonly EntityProperty CourseStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreditHoursProperty
The CreditHours property.
Declaration
public static readonly EntityProperty CreditHoursProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DaysProperty
The Days property.
Declaration
public static readonly EntityProperty DaysProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FreezeDatePeriodProperty
The FreezeDatePeriod property.
Declaration
public static readonly EntityProperty FreezeDatePeriodProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FreezeDateProperty
The FreezeDate property.
Declaration
public static readonly EntityProperty FreezeDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FreezeDateRecurrenceProperty
The FreezeDateRecurrence property.
Declaration
public static readonly EntityProperty FreezeDateRecurrenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ParentTermIdProperty
The ParentTermId property.
Declaration
public static readonly EntityProperty ParentTermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentPeriodIdProperty
The PaymentPeriodId property.
Declaration
public static readonly EntityProperty PaymentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentRt4CalculationIdProperty
The StudentRt4CalculationId property.
Declaration
public static readonly EntityProperty StudentRt4CalculationIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ChildTermId
Gets or sets the ChildTermId associated with this RefundCalculationRt4FreezeDateDetailEntity.
Declaration
public int? ChildTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ChildTermId. |
CourseId
Gets or sets the CourseId associated with this RefundCalculationRt4FreezeDateDetailEntity.
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 RefundCalculationRt4FreezeDateDetailEntity.
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 RefundCalculationRt4FreezeDateDetailEntity.
Declaration
public string CourseStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CourseStatus. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RefundCalculationRt4FreezeDateDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditHours
Gets or sets the CreditHours associated with this RefundCalculationRt4FreezeDateDetailEntity.
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 RefundCalculationRt4FreezeDateDetailEntity.
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 RefundCalculationRt4FreezeDateDetailEntity.
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 RefundCalculationRt4FreezeDateDetailEntity.
Declaration
public string FreezeDatePeriod { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FreezeDatePeriod. |
FreezeDateRecurrence
Gets or sets the FreezeDateRecurrence associated with this RefundCalculationRt4FreezeDateDetailEntity.
Declaration
public string FreezeDateRecurrence { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FreezeDateRecurrence. |
Id
Gets or sets the Id associated with this RefundCalculationRt4FreezeDateDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RefundCalculationRt4FreezeDateDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RefundCalculationRt4FreezeDateDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ParentTermId
Gets or sets the ParentTermId associated with this RefundCalculationRt4FreezeDateDetailEntity.
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 RefundCalculationRt4FreezeDateDetailEntity.
Declaration
public int? PaymentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaymentPeriodId. |
RowVersion
Gets or sets the RowVersion associated with this RefundCalculationRt4FreezeDateDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentId
Gets or sets the StudentId associated with this RefundCalculationRt4FreezeDateDetailEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentRt4CalculationId
Gets or sets the StudentRt4CalculationId associated with this RefundCalculationRt4FreezeDateDetailEntity.
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()