Class AutoAwardFundSourceEnrollmentAllocationEntity
This class represents the EntityModel interface to the FaFundSourceEnrollRangeAllocationConfiguration database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class AutoAwardFundSourceEnrollmentAllocationEntity : Entity, IIdentifiable
Constructors
AutoAwardFundSourceEnrollmentAllocationEntity()
Declaration
public AutoAwardFundSourceEnrollmentAllocationEntity()
Fields
AutoAwardCoaEffectiveDateTypeIdProperty
The AutoAwardCoaEffectiveDateTypeId property.
Declaration
public static readonly EntityProperty AutoAwardCoaEffectiveDateTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTmeProperty
The CreatedDateTme property.
Declaration
public static readonly EntityProperty CreatedDateTmeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EffectiveDateProperty
The EffectiveDate property.
Declaration
public static readonly EntityProperty EffectiveDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EnrollmentAllocationDetailsProperty
The EnrollmentAllocationDetails property.
Declaration
public static readonly EntityProperty EnrollmentAllocationDetailsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FundSourceAutoAwardRuleIdProperty
The FundSourceAutoAwardRuleId property.
Declaration
public static readonly EntityProperty FundSourceAutoAwardRuleIdProperty
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 |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
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 |
PaymentPeriodTypeAsNonTerm
Declaration
public static readonly string PaymentPeriodTypeAsNonTerm
Field Value
Type | Description |
---|---|
System.String |
PaymentPeriodTypeAsTerm
Declaration
public static readonly string PaymentPeriodTypeAsTerm
Field Value
Type | Description |
---|---|
System.String |
PaymentPeriodTypeProperty
The PaymentPeriodType property.
Declaration
public static readonly EntityProperty PaymentPeriodTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramVersionsProperty
The ProgramVersions property.
Declaration
public static readonly EntityProperty ProgramVersionsProperty
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
AutoAwardCoaEffectiveDateTypeId
Gets or sets the AutoAwardCoaEffectiveDateTypeId associated with this AutoAwardFundSourceEnrollmentAllocationEntity.
Declaration
public int AutoAwardCoaEffectiveDateTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AutoAwardCoaEffectiveDateTypeId. |
CreatedDateTme
Gets or sets the CreatedDateTme associated with this AutoAwardFundSourceEnrollmentAllocationEntity.
Declaration
public DateTime CreatedDateTme { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTme. |
EffectiveDate
Gets or sets the EffectiveDate associated with this AutoAwardFundSourceEnrollmentAllocationEntity.
Declaration
public DateTime EffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The EffectiveDate. |
EnrollmentAllocationDetails
Declaration
public virtual EntityCollection<AutoAwardFundSourceEnrollmentAllocationDetailEntity> EnrollmentAllocationDetails { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<AutoAwardFundSourceEnrollmentAllocationDetailEntity> |
FundSourceAutoAwardRuleId
Gets or sets the FundSourceAutoAwardRuleId associated with this AutoAwardFundSourceEnrollmentAllocationEntity.
Declaration
public int FundSourceAutoAwardRuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FundSourceAutoAwardRuleId. |
Id
Gets or sets the Id associated with this AutoAwardFundSourceEnrollmentAllocationEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this AutoAwardFundSourceEnrollmentAllocationEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AutoAwardFundSourceEnrollmentAllocationEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AutoAwardFundSourceEnrollmentAllocationEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PaymentPeriodType
Gets or sets the PaymentPeriodType associated with this AutoAwardFundSourceEnrollmentAllocationEntity.
Declaration
public string PaymentPeriodType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PaymentPeriodType. |
ProgramVersions
Gets or sets the ProgramVersions associated with this AutoAwardFundSourceEnrollmentAllocationEntity.
Declaration
public string ProgramVersions { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramVersions. |
RowVersion
Gets or sets the RowVersion associated with this AutoAwardFundSourceEnrollmentAllocationEntity.
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()