Class StudentAwardNonTitleIvRule
This class represents the EntityModel interface to the FaStudentFundSource database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentAwardNonTitleIvRule
Constructors
StudentAwardNonTitleIvRule()
Declaration
public StudentAwardNonTitleIvRule()
Properties
Agency
Declaration
public virtual Agency Agency { get; set; }
Property Value
Type | Description |
---|---|
Agency |
AgencyBranch
Declaration
public virtual AgencyBranch AgencyBranch { get; set; }
Property Value
Type | Description |
---|---|
AgencyBranch |
AgencyBranchId
Gets or sets the AgencyBranchId associated with this StudentAwardNonTitleIvRule.
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 StudentAwardNonTitleIvRule.
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 StudentAwardNonTitleIvRule.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAwardNonTitleIvRule.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EffectiveDate
Gets or sets the EffectiveDate associated with this StudentAwardNonTitleIvRule.
Declaration
public DateTime EffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The EffectiveDate. |
FundingType
Gets or sets the FundingType associated with this StudentAwardNonTitleIvRule.
Declaration
public string FundingType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundingType. |
FundSoiurce
Declaration
public virtual FundSource FundSoiurce { get; set; }
Property Value
Type | Description |
---|---|
FundSource |
FundSourceId
Gets or sets the FundSourceId associated with this StudentAwardNonTitleIvRule.
Declaration
public int FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FundSourceId. |
Id
Gets or sets the Id associated with this StudentAwardNonTitleIvRule.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAwardedForAllTransactionBillingCode
Gets or sets the IsAwardedForAllTransactionBillingCode associated with this StudentAwardNonTitleIvRule.
Declaration
public bool IsAwardedForAllTransactionBillingCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAwardedForAllTransactionBillingCode. |
IsStipendAllowed
Gets or sets the IsStipendAllowed associated with this StudentAwardNonTitleIvRule.
Declaration
public bool IsStipendAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsStipendAllowed. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAwardNonTitleIvRule.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAwardNonTitleIvRule.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaximumAmount
Gets or sets the MaximumAmount associated with this StudentAwardNonTitleIvRule.
Declaration
public decimal MaximumAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaximumAmount. |
MaximumAmountType
Gets or sets the MaximumAmountType associated with this StudentAwardNonTitleIvRule.
Declaration
public string MaximumAmountType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MaximumAmountType. |
MaximumCreditHours
Gets or sets the MaximumCreditHours associated with this StudentAwardNonTitleIvRule.
Declaration
public decimal MaximumCreditHours { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaximumCreditHours. |
MaximumPaidCreditLimit
Gets or sets the MaximumPaidCreditLimit associated with this StudentAwardNonTitleIvRule.
Declaration
public decimal MaximumPaidCreditLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaximumPaidCreditLimit. |
MinimumCreditHours
Gets or sets the MinimumCreditHours associated with this StudentAwardNonTitleIvRule.
Declaration
public decimal MinimumCreditHours { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinimumCreditHours. |
MinimumCreditLoad
Gets or sets the MinimumCreditLoad associated with this StudentAwardNonTitleIvRule.
Declaration
public decimal MinimumCreditLoad { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinimumCreditLoad. |
ReawardFund
Gets or sets the ReawardFund associated with this StudentAwardNonTitleIvRule.
Declaration
public string ReawardFund { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReawardFund. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentAwardNonTitleIvBatch
Declaration
public virtual StudentAwardNonTitleIvBatch StudentAwardNonTitleIvBatch { get; set; }
Property Value
Type | Description |
---|---|
StudentAwardNonTitleIvBatch |
StudentAwardNonTitleIvBatchId
Gets or sets the StudentAwardNonTitleIvBatchId associated with this StudentAwardNonTitleIvRule.
Declaration
public int? StudentAwardNonTitleIvBatchId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardNonTitleIvBatchId. |
StudentAwardNonTitleIvBillingTransactionCodeCategories
Declaration
public virtual ICollection<StudentAwardNonTitleIvBillingTransactionCodeCategory> StudentAwardNonTitleIvBillingTransactionCodeCategories { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAwardNonTitleIvBillingTransactionCodeCategory> |
StudentAwardNonTitleIvMilitaryDetails
Declaration
public virtual ICollection<StudentAwardNonTitleIvMilitaryDetail> StudentAwardNonTitleIvMilitaryDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAwardNonTitleIvMilitaryDetail> |
StudentAwardNonTitleIvPaymentPeriods
Declaration
public virtual ICollection<StudentAwardNonTitleIvPaymentPeriod> StudentAwardNonTitleIvPaymentPeriods { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAwardNonTitleIvPaymentPeriod> |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentAwardNonTitleIvRule.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentAwardNonTitleIvRule.
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()
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. |