Class RefundCalculationConfigurationProcessDayEntity
This class represents the EntityModel interface to the SaRefundCalculationAgeDaysConfiguration database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class RefundCalculationConfigurationProcessDayEntity : Entity, IIdentifiable, IAuditable
Constructors
RefundCalculationConfigurationProcessDayEntity()
Declaration
public RefundCalculationConfigurationProcessDayEntity()
Fields
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CautionStartDayProperty
The CautionStartDay property.
Declaration
public static readonly EntityProperty CautionStartDayProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ConfigurationTypeProperty
The ConfigurationType property.
Declaration
public static readonly EntityProperty ConfigurationTypeProperty
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 |
CriticalStartDayProperty
The CriticalStartDay property.
Declaration
public static readonly EntityProperty CriticalStartDayProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DateOfDetermination
Declaration
public static readonly string DateOfDetermination
Field Value
Type | Description |
---|---|
System.String |
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 |
NotificationExpirationDaysHighValue
Declaration
public static readonly int NotificationExpirationDaysHighValue
Field Value
Type | Description |
---|---|
System.Int32 |
NotificationExpirationDaysLowValue
Declaration
public static readonly int NotificationExpirationDaysLowValue
Field Value
Type | Description |
---|---|
System.Int32 |
PostWithdrawalDisbursement
Declaration
public static readonly string PostWithdrawalDisbursement
Field Value
Type | Description |
---|---|
System.String |
PwdNoticeExpirationDaysMilitaryDeployProperty
The PwdNoticeExpirationDaysMilitaryDeploy property.
Declaration
public static readonly EntityProperty PwdNoticeExpirationDaysMilitaryDeployProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PwdNoticeExpirationDaysNaturalDisasterProperty
The PwdNoticeExpirationDaysNaturalDisaster property.
Declaration
public static readonly EntityProperty PwdNoticeExpirationDaysNaturalDisasterProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PwdNoticeExpirationDaysProperty
The PwdNoticeExpirationDays property.
Declaration
public static readonly EntityProperty PwdNoticeExpirationDaysProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RefundCalculationConfigurationProcessDayHeaderIdProperty
The RefundCalculationConfigurationProcessDayHeaderId property.
Declaration
public static readonly EntityProperty RefundCalculationConfigurationProcessDayHeaderIdProperty
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
CampusId
Gets or sets the CampusId associated with this RefundCalculationConfigurationProcessDayEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CautionStartDay
Gets or sets the CautionStartDay associated with this RefundCalculationConfigurationProcessDayEntity.
Declaration
public byte CautionStartDay { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The CautionStartDay. |
ConfigurationType
Gets or sets the ConfigurationType associated with this RefundCalculationConfigurationProcessDayEntity.
Declaration
public string ConfigurationType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ConfigurationType. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RefundCalculationConfigurationProcessDayEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CriticalStartDay
Gets or sets the CriticalStartDay associated with this RefundCalculationConfigurationProcessDayEntity.
Declaration
public byte CriticalStartDay { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The CriticalStartDay. |
Id
Gets or sets the Id associated with this RefundCalculationConfigurationProcessDayEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RefundCalculationConfigurationProcessDayEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RefundCalculationConfigurationProcessDayEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PwdNoticeExpirationDays
Gets or sets the PwdNoticeExpirationDays associated with this RefundCalculationConfigurationProcessDayEntity.
Declaration
public int? PwdNoticeExpirationDays { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PwdNoticeExpirationDays. |
PwdNoticeExpirationDaysMilitaryDeploy
Gets or sets the PwdNoticeExpirationDaysMilitaryDeploy associated with this RefundCalculationConfigurationProcessDayEntity.
Declaration
public int? PwdNoticeExpirationDaysMilitaryDeploy { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PwdNoticeExpirationDaysMilitaryDeploy. |
PwdNoticeExpirationDaysNaturalDisaster
Gets or sets the PwdNoticeExpirationDaysNaturalDisaster associated with this RefundCalculationConfigurationProcessDayEntity.
Declaration
public int? PwdNoticeExpirationDaysNaturalDisaster { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PwdNoticeExpirationDaysNaturalDisaster. |
RefundCalculationConfigurationProcessDayHeaderId
Gets or sets the RefundCalculationConfigurationProcessDayHeaderId associated with this RefundCalculationConfigurationProcessDayEntity.
Declaration
public int? RefundCalculationConfigurationProcessDayHeaderId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RefundCalculationConfigurationProcessDayHeaderId. |
RowVersion
Gets or sets the RowVersion associated with this RefundCalculationConfigurationProcessDayEntity.
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()