Class StudentAwardNonTitleIvRuleEntity
This class represents the EntityModel interface to the FaStudentFundSource database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class StudentAwardNonTitleIvRuleEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentAwardNonTitleIvRuleEntity()
Declaration
public StudentAwardNonTitleIvRuleEntity()
Fields
AgencyBranchIdProperty
The AgencyBranchId property.
Declaration
public static readonly EntityProperty AgencyBranchIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AgencyIdProperty
The AgencyId property.
Declaration
public static readonly EntityProperty AgencyIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AwardYearProperty
The AwardYear property.
Declaration
public static readonly EntityProperty AwardYearProperty
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 |
EffectiveDateProperty
The EffectiveDate property.
Declaration
public static readonly EntityProperty EffectiveDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FundingTypeProperty
The FundingType property.
Declaration
public static readonly EntityProperty FundingTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FundSourceIdProperty
The FundSourceId property.
Declaration
public static readonly EntityProperty FundSourceIdProperty
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 |
IsAwardedForAllTransactionBillingCodeProperty
The IsAwardedForAllTransactionBillingCode property.
Declaration
public static readonly EntityProperty IsAwardedForAllTransactionBillingCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsStipendAllowedProperty
The IsStipendAllowed property.
Declaration
public static readonly EntityProperty IsStipendAllowedProperty
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 |
MaxAmountTypeAsAwardYear
Declaration
public static readonly string MaxAmountTypeAsAwardYear
Field Value
Type | Description |
---|---|
System.String |
MaxAmountTypeAsLifeTime
Declaration
public static readonly string MaxAmountTypeAsLifeTime
Field Value
Type | Description |
---|---|
System.String |
MaximumAmountProperty
The MaximumAmount property.
Declaration
public static readonly EntityProperty MaximumAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MaximumAmountTypeProperty
The MaximumAmountType property.
Declaration
public static readonly EntityProperty MaximumAmountTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MaximumCreditHoursProperty
The MaximumCreditHours property.
Declaration
public static readonly EntityProperty MaximumCreditHoursProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MaximumPaidCreditLimitProperty
The MaximumPaidCreditLimit property.
Declaration
public static readonly EntityProperty MaximumPaidCreditLimitProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinimumCreditHoursProperty
The MinimumCreditHours property.
Declaration
public static readonly EntityProperty MinimumCreditHoursProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinimumCreditLoadProperty
The MinimumCreditLoad property.
Declaration
public static readonly EntityProperty MinimumCreditLoadProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReawardFundProperty
The ReawardFund property.
Declaration
public static readonly EntityProperty ReawardFundProperty
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 |
StudentAwardNonTitleIvBatchIdProperty
The StudentAwardNonTitleIvBatchId property.
Declaration
public static readonly EntityProperty StudentAwardNonTitleIvBatchIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAwardNonTitleIvBillingTransactionCodeCategoriesProperty
The StudentAwardNonTitleIvBillingTransactionCodeCategories property.
Declaration
public static readonly EntityProperty StudentAwardNonTitleIvBillingTransactionCodeCategoriesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAwardNonTitleIvMilitaryDetailsProperty
The StudentAwardNonTitleIvMilitaryDetails property.
Declaration
public static readonly EntityProperty StudentAwardNonTitleIvMilitaryDetailsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAwardNonTitleIvPaymentPeriodsProperty
The StudentAwardNonTitleIvPaymentPeriods property.
Declaration
public static readonly EntityProperty StudentAwardNonTitleIvPaymentPeriodsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AgencyBranchId
Gets or sets the AgencyBranchId associated with this StudentAwardNonTitleIvRuleEntity.
Declaration
public int? AgencyBranchId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AgencyBranchId. |
AgencyId
Gets or sets the AgencyId associated with this StudentAwardNonTitleIvRuleEntity.
Declaration
public int? AgencyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AgencyId. |
AwardYear
Gets or sets the AwardYear associated with this StudentAwardNonTitleIvRuleEntity.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAwardNonTitleIvRuleEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EffectiveDate
Gets or sets the EffectiveDate associated with this StudentAwardNonTitleIvRuleEntity.
Declaration
public DateTime EffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The EffectiveDate. |
FundingType
Gets or sets the FundingType associated with this StudentAwardNonTitleIvRuleEntity.
Declaration
public string FundingType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundingType. |
FundSourceId
Gets or sets the FundSourceId associated with this StudentAwardNonTitleIvRuleEntity.
Declaration
public int FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FundSourceId. |
Id
Gets or sets the Id associated with this StudentAwardNonTitleIvRuleEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAwardedForAllTransactionBillingCode
Gets or sets the IsAwardedForAllTransactionBillingCode associated with this StudentAwardNonTitleIvRuleEntity.
Declaration
public bool IsAwardedForAllTransactionBillingCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAwardedForAllTransactionBillingCode. |
IsStipendAllowed
Gets or sets the IsStipendAllowed associated with this StudentAwardNonTitleIvRuleEntity.
Declaration
public bool IsStipendAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsStipendAllowed. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAwardNonTitleIvRuleEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAwardNonTitleIvRuleEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaximumAmount
Gets or sets the MaximumAmount associated with this StudentAwardNonTitleIvRuleEntity.
Declaration
public decimal MaximumAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaximumAmount. |
MaximumAmountType
Gets or sets the MaximumAmountType associated with this StudentAwardNonTitleIvRuleEntity.
Declaration
public string MaximumAmountType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MaximumAmountType. |
MaximumCreditHours
Gets or sets the MaximumCreditHours associated with this StudentAwardNonTitleIvRuleEntity.
Declaration
public decimal MaximumCreditHours { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaximumCreditHours. |
MaximumPaidCreditLimit
Gets or sets the MaximumPaidCreditLimit associated with this StudentAwardNonTitleIvRuleEntity.
Declaration
public decimal MaximumPaidCreditLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaximumPaidCreditLimit. |
MinimumCreditHours
Gets or sets the MinimumCreditHours associated with this StudentAwardNonTitleIvRuleEntity.
Declaration
public decimal MinimumCreditHours { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinimumCreditHours. |
MinimumCreditLoad
Gets or sets the MinimumCreditLoad associated with this StudentAwardNonTitleIvRuleEntity.
Declaration
public decimal MinimumCreditLoad { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinimumCreditLoad. |
ReawardFund
Gets or sets the ReawardFund associated with this StudentAwardNonTitleIvRuleEntity.
Declaration
public string ReawardFund { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReawardFund. |
RowVersion
Gets or sets the RowVersion associated with this StudentAwardNonTitleIvRuleEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentAwardNonTitleIvBatchId
Gets or sets the StudentAwardNonTitleIvBatchId associated with this StudentAwardNonTitleIvRuleEntity.
Declaration
public int? StudentAwardNonTitleIvBatchId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardNonTitleIvBatchId. |
StudentAwardNonTitleIvBillingTransactionCodeCategories
Declaration
public virtual EntityCollection<StudentAwardNonTitleIvBillingTransactionCodeCategoryEntity> StudentAwardNonTitleIvBillingTransactionCodeCategories { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<StudentAwardNonTitleIvBillingTransactionCodeCategoryEntity> |
StudentAwardNonTitleIvMilitaryDetails
Declaration
public virtual EntityCollection<StudentAwardNonTitleIvMilitaryDetailEntity> StudentAwardNonTitleIvMilitaryDetails { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<StudentAwardNonTitleIvMilitaryDetailEntity> |
StudentAwardNonTitleIvPaymentPeriods
Declaration
public virtual EntityCollection<StudentAwardNonTitleIvPaymentPeriodEntity> StudentAwardNonTitleIvPaymentPeriods { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<StudentAwardNonTitleIvPaymentPeriodEntity> |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentAwardNonTitleIvRuleEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentAwardNonTitleIvRuleEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
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()