Class AutoAwardCoaConfigurationEntity
This class represents the EntityModel interface to the FaCostOfAttendance database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class AutoAwardCoaConfigurationEntity : Entity, IIdentifiable, IAuditable
Constructors
AutoAwardCoaConfigurationEntity()
Declaration
public AutoAwardCoaConfigurationEntity()
Fields
AutoAwardCoaStudentEnrollmentStatusTypeIdProperty
The AutoAwardCoaStudentEnrollmentStatusTypeId property.
Declaration
public static readonly EntityProperty AutoAwardCoaStudentEnrollmentStatusTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AutoAwardRepackageTriggerDetailsProperty
Declaration
public static readonly EntityProperty AutoAwardRepackageTriggerDetailsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AwardDisbursementDaysProperty
The AwardDisbursementDays property.
Declaration
public static readonly EntityProperty AwardDisbursementDaysProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AwardDisbursementOptionProperty
The AwardDisbursementOption property.
Declaration
public static readonly EntityProperty AwardDisbursementOptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BillingAdjustmentDaysProperty
The BillingAdjustmentDays property.
Declaration
public static readonly EntityProperty BillingAdjustmentDaysProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CoaConfigurationBudgetItemsProperty
The CoaConfigurationBudgetItems property.
Declaration
public static readonly EntityProperty CoaConfigurationBudgetItemsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CoaConfigurationPeriodHeadersProperty
The CoaConfigurationPeriodHeaders property.
Declaration
public static readonly EntityProperty CoaConfigurationPeriodHeadersProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CoaConfigurationProgramVersionsProperty
The CoaConfigurationProgramVersions property.
Declaration
public static readonly EntityProperty CoaConfigurationProgramVersionsProperty
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 |
DefaultEnrollmentStatusIdProperty
The DefaultEnrollmentStatusId property.
Declaration
public static readonly EntityProperty DefaultEnrollmentStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DefaultHousingStatusCodeProperty
The DefaultHousingStatusCode property.
Declaration
public static readonly EntityProperty DefaultHousingStatusCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DirectLoanCoaCalculationProperty
The DirectLoanCoaCalculation property.
Declaration
public static readonly EntityProperty DirectLoanCoaCalculationProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DisbursementScheduleCoaAssociationsProperty
The DisbursementScheduleCoaAssociations property.
Declaration
public static readonly EntityProperty DisbursementScheduleCoaAssociationsProperty
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 |
IsAwardLoanFeesProperty
The IsAwardLoanFees property.
Declaration
public static readonly EntityProperty IsAwardLoanFeesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsMultipleAcademicYearsAwardedProperty
The IsMultipleAcademicYearsAwarded property.
Declaration
public static readonly EntityProperty IsMultipleAcademicYearsAwardedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsMultipleYearsAwardedProperty
The IsMultipleYearsAwarded property.
Declaration
public static readonly EntityProperty IsMultipleYearsAwardedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsNonInstructorDaysIncludedProperty
The IsNonInstructorDaysIncluded property.
Declaration
public static readonly EntityProperty IsNonInstructorDaysIncludedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsUnregisteredBillingAdjustmentsProperty
The IsUnregisteredBillingAdjustments property.
Declaration
public static readonly EntityProperty IsUnregisteredBillingAdjustmentsProperty
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 |
MaxAwardingBasedOnAsCostOfAttendance
Declaration
public static readonly string MaxAwardingBasedOnAsCostOfAttendance
Field Value
Type | Description |
---|---|
System.String |
MaxAwardingBasedOnAsInstitutionalCharge
Declaration
public static readonly string MaxAwardingBasedOnAsInstitutionalCharge
Field Value
Type | Description |
---|---|
System.String |
MaximumAwardingBasedOnProperty
The MaximumAwardingBasedOn property.
Declaration
public static readonly EntityProperty MaximumAwardingBasedOnProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NonTermRepackagingDetailsProperty
The NonTermRepackagingDetails property.
Declaration
public static readonly EntityProperty NonTermRepackagingDetailsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentPeriodsProperty
The PaymentPeriods property.
Declaration
public static readonly EntityProperty PaymentPeriodsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PellCoaDetailsProperty
The PellCoaDetails property.
Declaration
public static readonly EntityProperty PellCoaDetailsProperty
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 |
TermRepackagingDetailsProperty
The TermRepackagingDetails property.
Declaration
public static readonly EntityProperty TermRepackagingDetailsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AutoAwardCoaStudentEnrollmentStatusTypeId
Gets or sets the AutoAwardCoaStudentEnrollmentStatusTypeId associated with this AutoAwardCoaConfigurationEntity.
Declaration
public int? AutoAwardCoaStudentEnrollmentStatusTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AutoAwardCoaStudentEnrollmentStatusTypeId. |
AutoAwardRepackageTriggerDetails
Declaration
public virtual EntityCollection<AutoAwardRepackageTriggerDetailEntity> AutoAwardRepackageTriggerDetails { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<AutoAwardRepackageTriggerDetailEntity> |
AwardDisbursementDays
Gets or sets the AwardDisbursementDays associated with this AutoAwardCoaConfigurationEntity.
Declaration
public int? AwardDisbursementDays { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AwardDisbursementDays. |
AwardDisbursementOption
Gets or sets the AwardDisbursementOption associated with this AutoAwardCoaConfigurationEntity.
Declaration
public string AwardDisbursementOption { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardDisbursementOption. |
BillingAdjustmentDays
Gets or sets the BillingAdjustmentDays associated with this AutoAwardCoaConfigurationEntity.
Declaration
public int BillingAdjustmentDays { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BillingAdjustmentDays. |
CoaConfigurationBudgetItems
Declaration
public virtual EntityCollection<AutoAwardCoaConfigurationBudgetItemEntity> CoaConfigurationBudgetItems { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<AutoAwardCoaConfigurationBudgetItemEntity> |
CoaConfigurationPeriodHeaders
Declaration
public virtual EntityCollection<AutoAwardCoaConfigurationPeriodHeaderEntity> CoaConfigurationPeriodHeaders { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<AutoAwardCoaConfigurationPeriodHeaderEntity> |
CoaConfigurationProgramVersions
Declaration
public virtual EntityCollection<AutoAwardCoaConfigurationProgramVersionEntity> CoaConfigurationProgramVersions { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<AutoAwardCoaConfigurationProgramVersionEntity> |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AutoAwardCoaConfigurationEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DefaultEnrollmentStatusId
Gets or sets the DefaultEnrollmentStatusId associated with this AutoAwardCoaConfigurationEntity.
Declaration
public int? DefaultEnrollmentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DefaultEnrollmentStatusId. |
DefaultHousingStatusCode
Gets or sets the DefaultHousingStatusCode associated with this AutoAwardCoaConfigurationEntity.
Declaration
public string DefaultHousingStatusCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DefaultHousingStatusCode. |
DirectLoanCoaCalculation
Gets or sets the DirectLoanCoaCalculation associated with this AutoAwardCoaConfigurationEntity.
Declaration
public string DirectLoanCoaCalculation { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DirectLoanCoaCalculation. |
DisbursementScheduleCoaAssociations
Declaration
public virtual EntityCollection<AutoAwardDisbursementScheduleCoaAssociationEntity> DisbursementScheduleCoaAssociations { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<AutoAwardDisbursementScheduleCoaAssociationEntity> |
Id
Gets or sets the Id associated with this AutoAwardCoaConfigurationEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAwardLoanFees
Gets or sets the IsAwardLoanFees associated with this AutoAwardCoaConfigurationEntity.
Declaration
public bool? IsAwardLoanFees { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsAwardLoanFees. |
IsMultipleAcademicYearsAwarded
Gets or sets the IsMultipleAcademicYearsAwarded associated with this AutoAwardCoaConfigurationEntity.
Declaration
public bool IsMultipleAcademicYearsAwarded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsMultipleAcademicYearsAwarded. |
IsMultipleYearsAwarded
Gets or sets the IsMultipleYearsAwarded associated with this AutoAwardCoaConfigurationEntity.
Declaration
public bool? IsMultipleYearsAwarded { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsMultipleYearsAwarded. |
IsNonInstructorDaysIncluded
Gets or sets the IsNonInstructorDaysIncluded associated with this AutoAwardCoaConfigurationEntity.
Declaration
public bool IsNonInstructorDaysIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsNonInstructorDaysIncluded. |
IsUnregisteredBillingAdjustments
Gets or sets the IsUnregisteredBillingAdjustments associated with this AutoAwardCoaConfigurationEntity.
Declaration
public bool IsUnregisteredBillingAdjustments { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsUnregisteredBillingAdjustments. |
IsUsedForDirectLoanCoaCalculation
Declaration
[Obsolete("Do not use. Use DirectLoanCoaCalculation")]
public bool IsUsedForDirectLoanCoaCalculation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AutoAwardCoaConfigurationEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AutoAwardCoaConfigurationEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaximumAwardingBasedOn
Gets or sets the MaximumAwardingBasedOn associated with this AutoAwardCoaConfigurationEntity.
Declaration
public string MaximumAwardingBasedOn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MaximumAwardingBasedOn. |
NonTermRepackagingDetails
Declaration
public virtual EntityCollection<AutoAwardCoaConfigurationNonTermRepackagingDateEntity> NonTermRepackagingDetails { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<AutoAwardCoaConfigurationNonTermRepackagingDateEntity> |
PaymentPeriods
Gets or sets the PaymentPeriods associated with this AutoAwardCoaConfigurationEntity.
Declaration
public byte PaymentPeriods { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The PaymentPeriods. |
PellCoaDetails
Declaration
public virtual EntityCollection<AutoAwardPellCoaDetailEntity> PellCoaDetails { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<AutoAwardPellCoaDetailEntity> |
RowVersion
Gets or sets the RowVersion associated with this AutoAwardCoaConfigurationEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TermRepackagingDetails
Declaration
public virtual EntityCollection<AutoAwardTermRepackagingDetailEntity> TermRepackagingDetails { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<AutoAwardTermRepackagingDetailEntity> |
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()