Class RefundCalculationRt4FreezeDateSettingEntity
This class represents the EntityModel interface to the SaRefundCalcFreezeDateConfig database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class RefundCalculationRt4FreezeDateSettingEntity : Entity, IIdentifiable, IAuditable
Constructors
RefundCalculationRt4FreezeDateSettingEntity()
Declaration
public RefundCalculationRt4FreezeDateSettingEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FreezeDatePeriodCodeAsChildModule
Declaration
public static readonly string FreezeDatePeriodCodeAsChildModule
Field Value
Type | Description |
---|---|
System.String |
FreezeDatePeriodCodeAsNone
Declaration
public static readonly string FreezeDatePeriodCodeAsNone
Field Value
Type | Description |
---|---|
System.String |
FreezeDatePeriodCodeAsPaymentPeriod
Declaration
public static readonly string FreezeDatePeriodCodeAsPaymentPeriod
Field Value
Type | Description |
---|---|
System.String |
FreezeDatePeriodProperty
The FreezeDatePeriod property.
Declaration
public static readonly EntityProperty FreezeDatePeriodProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FreezeDateRecurrenceCodeAsAddDropDate
Declaration
public static readonly string FreezeDateRecurrenceCodeAsAddDropDate
Field Value
Type | Description |
---|---|
System.String |
FreezeDateRecurrenceCodeAsDays
Declaration
public static readonly string FreezeDateRecurrenceCodeAsDays
Field Value
Type | Description |
---|---|
System.String |
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 |
NumberDaysProperty
The NumberDays property.
Declaration
public static readonly EntityProperty NumberDaysProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RefundCalculationConfigurationAssociationIdProperty
The RefundCalculationConfigurationAssociationId property.
Declaration
public static readonly EntityProperty RefundCalculationConfigurationAssociationIdProperty
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 |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RefundCalculationRt4FreezeDateSettingEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FreezeDatePeriod
Gets or sets the FreezeDatePeriod associated with this RefundCalculationRt4FreezeDateSettingEntity.
Declaration
public string FreezeDatePeriod { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FreezeDatePeriod. |
FreezeDateRecurrence
Gets or sets the FreezeDateRecurrence associated with this RefundCalculationRt4FreezeDateSettingEntity.
Declaration
public string FreezeDateRecurrence { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FreezeDateRecurrence. |
Id
Gets or sets the Id associated with this RefundCalculationRt4FreezeDateSettingEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RefundCalculationRt4FreezeDateSettingEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RefundCalculationRt4FreezeDateSettingEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NumberDays
Gets or sets the NumberDays associated with this RefundCalculationRt4FreezeDateSettingEntity.
Declaration
public int? NumberDays { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NumberDays. |
RefundCalculationConfigurationAssociationId
Gets or sets the RefundCalculationConfigurationAssociationId associated with this RefundCalculationRt4FreezeDateSettingEntity.
Declaration
public int RefundCalculationConfigurationAssociationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RefundCalculationConfigurationAssociationId. |
RowVersion
Gets or sets the RowVersion associated with this RefundCalculationRt4FreezeDateSettingEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()