Class RefundCalculationConfigurationProcessDay
This class represents the EntityModel interface to the SaRefundCalculationAgeDaysConfiguration database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class RefundCalculationConfigurationProcessDay
Constructors
RefundCalculationConfigurationProcessDay()
Declaration
public RefundCalculationConfigurationProcessDay()
Properties
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this RefundCalculationConfigurationProcessDay.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CautionStartDay
Gets or sets the CautionStartDay associated with this RefundCalculationConfigurationProcessDay.
Declaration
public byte CautionStartDay { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The CautionStartDay. |
ConfigurationType
Gets or sets the ConfigurationType associated with this RefundCalculationConfigurationProcessDay.
Declaration
public string ConfigurationType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ConfigurationType. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RefundCalculationConfigurationProcessDay.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CriticalStartDay
Gets or sets the CriticalStartDay associated with this RefundCalculationConfigurationProcessDay.
Declaration
public byte CriticalStartDay { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The CriticalStartDay. |
Id
Gets or sets the Id associated with this RefundCalculationConfigurationProcessDay.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RefundCalculationConfigurationProcessDay.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RefundCalculationConfigurationProcessDay.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PwdNoticeExpirationDays
Gets or sets the PwdNoticeExpirationDays associated with this RefundCalculationConfigurationProcessDay.
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 RefundCalculationConfigurationProcessDay.
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 RefundCalculationConfigurationProcessDay.
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 RefundCalculationConfigurationProcessDay.
Declaration
public int? RefundCalculationConfigurationProcessDayHeaderId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RefundCalculationConfigurationProcessDayHeaderId. |
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. |