Class StudentAward
This class represents the EntityModel interface to the FaStudentAid database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentAward
Constructors
StudentAward()
Declaration
public StudentAward()
Properties
AccruedInterestAmount
Gets or sets the AccruedInterestAmount associated with this StudentAward.
Declaration
public decimal AccruedInterestAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AccruedInterestAmount. |
AgencyBranch
Declaration
public virtual AgencyBranch AgencyBranch { get; set; }
Property Value
Type | Description |
---|---|
AgencyBranch |
AgencyBranchId
Gets or sets the AgencyBranchId associated with this StudentAward.
Declaration
public int? AgencyBranchId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AgencyBranchId. |
AmountCanceled
Gets or sets the AmountCanceled associated with this StudentAward.
Declaration
public decimal AmountCanceled { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AmountCanceled. |
AmountDisbursed
Gets or sets the AmountDisbursed associated with this StudentAward.
Declaration
public decimal AmountDisbursed { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AmountDisbursed. |
AmountPackaged
Gets or sets the AmountPackaged associated with this StudentAward.
Declaration
public decimal AmountPackaged { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AmountPackaged. |
AmountRefunded
Gets or sets the AmountRefunded associated with this StudentAward.
Declaration
public decimal AmountRefunded { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AmountRefunded. |
ApplicationReceivedDate
Gets or sets the ApplicationReceivedDate associated with this StudentAward.
Declaration
public DateTime? ApplicationReceivedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ApplicationReceivedDate. |
ApplicationSentDate
Gets or sets the ApplicationSentDate associated with this StudentAward.
Declaration
public DateTime? ApplicationSentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ApplicationSentDate. |
AwardLevelAmount
Gets or sets the AwardLevelAmount associated with this StudentAward.
Declaration
public decimal AwardLevelAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AwardLevelAmount. |
AwardYear
Gets or sets the AwardYear associated with this StudentAward.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
BatchPackagingProcessId
Gets or sets the BatchPackagingProcessId associated with this StudentAward.
Declaration
public int? BatchPackagingProcessId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BatchPackagingProcessId. |
CalculationDate
Gets or sets the CalculationDate associated with this StudentAward.
Declaration
public DateTime? CalculationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CalculationDate. |
CodGrantOrigination
Declaration
public virtual CodGrantOrigination CodGrantOrigination { get; set; }
Property Value
Type | Description |
---|---|
CodGrantOrigination |
CodGrantOriginationId
Gets or sets the CodGrantOriginationId associated with this StudentAward.
Declaration
public int? CodGrantOriginationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CodGrantOriginationId. |
CreatedByUserId
Gets or sets the CreatedByUserId associated with this StudentAward.
Declaration
public int CreatedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CreatedByUserId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAward.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditCardEffectiveDate
Gets or sets the CreditCardEffectiveDate associated with this StudentAward.
Declaration
public DateTime? CreditCardEffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CreditCardEffectiveDate. |
DownPaymentAmount
Gets or sets the DownPaymentAmount associated with this StudentAward.
Declaration
public decimal? DownPaymentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The DownPaymentAmount. |
EffectiveDate
Gets or sets the EffectiveDate associated with this StudentAward.
Declaration
public DateTime? EffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EffectiveDate. |
EmailNotification
Gets or sets the EmailNotification associated with this StudentAward.
Declaration
public string EmailNotification { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EmailNotification. |
Enrollment
Declaration
public virtual StudentEnrollmentPeriod Enrollment { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
ExtendedProperties
Extended Properties
Declaration
public ICollection<StudentAwardExtendedProperty> ExtendedProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAwardExtendedProperty> |
FaLenderId
Gets or sets the FaLenderId associated with this StudentAward.
Declaration
public int? FaLenderId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FaLenderId. |
FirstPaymentDate
Gets or sets the FirstPaymentDate associated with this StudentAward.
Declaration
public DateTime? FirstPaymentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The FirstPaymentDate. |
FundSource
Declaration
public virtual FundSource FundSource { get; set; }
Property Value
Type | Description |
---|---|
FundSource |
FundSourceId
Gets or sets the FundSourceId associated with this StudentAward.
Declaration
public int FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FundSourceId. |
Guarantor
Declaration
public virtual LendingInstitution Guarantor { get; set; }
Property Value
Type | Description |
---|---|
LendingInstitution |
GuarantorLendingInstitutionId
Gets or sets the GuarantorLendingInstitutionId associated with this StudentAward.
Declaration
public int? GuarantorLendingInstitutionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The GuarantorLendingInstitutionId. |
Id
Gets or sets the Id associated with this StudentAward.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InterestBalance
Gets or sets the InterestBalance associated with this StudentAward.
Declaration
public decimal? InterestBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The InterestBalance. |
InterestOnlyUntilDate
Gets or sets the InterestOnlyUntilDate associated with this StudentAward.
Declaration
public DateTime? InterestOnlyUntilDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The InterestOnlyUntilDate. |
InterestRate
Gets or sets the InterestRate associated with this StudentAward.
Declaration
public decimal? InterestRate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The InterestRate. |
InterestRebateAmount
Gets or sets the InterestRebateAmount associated with this StudentAward.
Declaration
public decimal? InterestRebateAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The InterestRebateAmount. |
IsAutoCredit
Gets or sets the IsAutoCredit associated with this StudentAward.
Declaration
public bool IsAutoCredit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAutoCredit. |
IsAutoDraft
Gets or sets the IsAutoDraft associated with this StudentAward.
Declaration
public bool IsAutoDraft { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAutoDraft. |
IsAxLinkedFws
Gets or sets the IsAxLinkedFws associated with this StudentAward.
Declaration
public bool IsAxLinkedFws { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAxLinkedFws. |
IsBankFeeIncludedInCoa
Gets or sets the IsBankFeeIncludedInCoa associated with this StudentAward.
Declaration
public bool IsBankFeeIncludedInCoa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsBankFeeIncludedInCoa. |
IsCoaRecalculated
Gets or sets the IsCoaRecalculated associated with this StudentAward.
Declaration
public bool? IsCoaRecalculated { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsCoaRecalculated. |
IsEstimatedAward
Gets or sets the IsEstimatedAward associated with this StudentAward.
Declaration
public bool IsEstimatedAward { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsEstimatedAward. |
IsLocked
Gets or sets the IsLocked associated with this StudentAward.
Declaration
public bool IsLocked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsLocked. |
IsReAllocated
Gets or sets the IsReAllocated associated with this StudentAward.
Declaration
public bool IsReAllocated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReAllocated. |
IsT4BalanceEvaluated
Gets or sets the IsT4BalanceEvaluated associated with this StudentAward.
Declaration
public bool IsT4BalanceEvaluated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsT4BalanceEvaluated. |
LastInterestDate
Gets or sets the LastInterestDate associated with this StudentAward.
Declaration
public DateTime? LastInterestDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastInterestDate. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAward.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAward.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastPromNotePrintDate
Gets or sets the LastPromNotePrintDate associated with this StudentAward.
Declaration
public DateTime? LastPromNotePrintDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastPromNotePrintDate. |
LastStatementPrintDate
Gets or sets the LastStatementPrintDate associated with this StudentAward.
Declaration
public DateTime? LastStatementPrintDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastStatementPrintDate. |
Lender
Declaration
public virtual LendingInstitution Lender { get; set; }
Property Value
Type | Description |
---|---|
LendingInstitution |
LenderFee
Gets or sets the LenderFee associated with this StudentAward.
Declaration
public decimal LenderFee { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The LenderFee. |
LoanAcademicYearEndDate
Gets or sets the LoanAcademicYearEndDate associated with this StudentAward.
Declaration
public DateTime? LoanAcademicYearEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LoanAcademicYearEndDate. |
LoanAcademicYearStartDate
Gets or sets the LoanAcademicYearStartDate associated with this StudentAward.
Declaration
public DateTime? LoanAcademicYearStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LoanAcademicYearStartDate. |
LoanDetail
Declaration
public virtual ICollection<StudentAwardLoan> LoanDetail { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAwardLoan> |
LoanIdentificationNumber
Gets or sets the LoanIdentificationNumber associated with this StudentAward.
Declaration
public int? LoanIdentificationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LoanIdentificationNumber. |
LoanPeriodBeginDate
Gets or sets the LoanPeriodBeginDate associated with this StudentAward.
Declaration
public DateTime? LoanPeriodBeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LoanPeriodBeginDate. |
LoanPeriodEndDate
Gets or sets the LoanPeriodEndDate associated with this StudentAward.
Declaration
public DateTime? LoanPeriodEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LoanPeriodEndDate. |
LockedByUserId
Gets or sets the LockedByUserId associated with this StudentAward.
Declaration
public int? LockedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LockedByUserId. |
NextPaymentDate
Gets or sets the NextPaymentDate associated with this StudentAward.
Declaration
public DateTime? NextPaymentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The NextPaymentDate. |
Note
Gets or sets the Note associated with this StudentAward.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
NumberPayments
Gets or sets the NumberPayments associated with this StudentAward.
Declaration
public short? NumberPayments { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> | The NumberPayments. |
PaidDisbursements
Declaration
public virtual ICollection<PaidDisbursement> PaidDisbursements { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<PaidDisbursement> |
PaymentAmount
Gets or sets the PaymentAmount associated with this StudentAward.
Declaration
public decimal? PaymentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PaymentAmount. |
PaymentDay
Gets or sets the PaymentDay associated with this StudentAward.
Declaration
public byte? PaymentDay { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The PaymentDay. |
PaymentFrequency
Gets or sets the PaymentFrequency associated with this StudentAward.
Declaration
public short? PaymentFrequency { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> | The PaymentFrequency. |
PaymentPeriods
Declaration
public virtual ICollection<StudentAcademicYearPaymentPeriod> PaymentPeriods { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAcademicYearPaymentPeriod> |
PaymentPlan
Declaration
public virtual PaymentPlan PaymentPlan { get; set; }
Property Value
Type | Description |
---|---|
PaymentPlan |
PaymentPlanId
Gets or sets the PaymentPlanId associated with this StudentAward.
Declaration
public int? PaymentPlanId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaymentPlanId. |
PaymentPlanTerm
Declaration
public virtual Term PaymentPlanTerm { get; set; }
Property Value
Type | Description |
---|---|
Term |
PaymentPlanTermId
Gets or sets the PaymentPlanTermId associated with this StudentAward.
Declaration
public int? PaymentPlanTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaymentPlanTermId. |
PrincipalBalance
Gets or sets the PrincipalBalance associated with this StudentAward.
Declaration
public decimal? PrincipalBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PrincipalBalance. |
PromNoteDocument
Declaration
public virtual Document PromNoteDocument { get; set; }
Property Value
Type | Description |
---|---|
Document |
PromNoteDocumentId
Gets or sets the PromNoteDocumentId associated with this StudentAward.
Declaration
public int? PromNoteDocumentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PromNoteDocumentId. |
Refunds
Declaration
public virtual ICollection<Refund> Refunds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<Refund> |
Rep9010CollectionRate
Gets or sets the Rep9010CollectionRate associated with this StudentAward.
Declaration
public decimal? Rep9010CollectionRate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The Rep9010CollectionRate. |
Rep9010DiscountRate
Gets or sets the Rep9010DiscountRate associated with this StudentAward.
Declaration
public decimal? Rep9010DiscountRate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The Rep9010DiscountRate. |
Rep9010NumberOfYears
Gets or sets the Rep9010NumberOfYears associated with this StudentAward.
Declaration
public decimal? Rep9010NumberOfYears { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The Rep9010NumberOfYears. |
ScheduledDisbursements
Declaration
public virtual ICollection<ScheduledDisbursement> ScheduledDisbursements { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ScheduledDisbursement> |
SecondaryInterestRate
Gets or sets the SecondaryInterestRate associated with this StudentAward.
Declaration
public decimal? SecondaryInterestRate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The SecondaryInterestRate. |
SecondaryInterestRateEffectiveDate
Gets or sets the SecondaryInterestRateEffectiveDate associated with this StudentAward.
Declaration
public DateTime? SecondaryInterestRateEffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The SecondaryInterestRateEffectiveDate. |
Servicer
Declaration
public virtual LendingInstitution Servicer { get; set; }
Property Value
Type | Description |
---|---|
LendingInstitution |
ServicerLendingInstitutionId
Gets or sets the ServicerLendingInstitutionId associated with this StudentAward.
Declaration
public int? ServicerLendingInstitutionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ServicerLendingInstitutionId. |
ServicerRecordIdentifier
Gets or sets the ServicerRecordIdentifier associated with this StudentAward.
Declaration
public string ServicerRecordIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ServicerRecordIdentifier. |
Source
Gets or sets the Source associated with this StudentAward.
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Source. |
StaffUser
Declaration
public virtual Staff StaffUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
Status
Gets or sets the Status associated with this StudentAward.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentAcademicYear
Declaration
public virtual StudentAcademicYear StudentAcademicYear { get; set; }
Property Value
Type | Description |
---|---|
StudentAcademicYear |
StudentAcademicYearId
Gets or sets the StudentAcademicYearId associated with this StudentAward.
Declaration
public int? StudentAcademicYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAcademicYearId. |
StudentAccountTransactions
Declaration
public virtual ICollection<StudentAccountTransaction> StudentAccountTransactions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAccountTransaction> |
StudentAwardNonTitleIvRule
Declaration
public virtual StudentAwardNonTitleIvRule StudentAwardNonTitleIvRule { get; set; }
Property Value
Type | Description |
---|---|
StudentAwardNonTitleIvRule |
StudentAwardNonTitleIvRuleId
Gets or sets the StudentAwardNonTitleIvRuleId associated with this StudentAward.
Declaration
public int? StudentAwardNonTitleIvRuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardNonTitleIvRuleId. |
StudentAwardPell
Declaration
public virtual StudentAwardPell StudentAwardPell { get; set; }
Property Value
Type | Description |
---|---|
StudentAwardPell |
StudentAwardPellId
Gets or sets the StudentAwardPellId associated with this StudentAward.
Declaration
public int? StudentAwardPellId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardPellId. |
StudentBankAccount
Declaration
public virtual StudentBankAccount StudentBankAccount { get; set; }
Property Value
Type | Description |
---|---|
StudentBankAccount |
StudentBankAccountId
Gets or sets the StudentBankAccountId associated with this StudentAward.
Declaration
public int? StudentBankAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentBankAccountId. |
StudentCreditCard
Declaration
public virtual StudentCreditCard StudentCreditCard { get; set; }
Property Value
Type | Description |
---|---|
StudentCreditCard |
StudentCreditCardId
Gets or sets the StudentCreditCardId associated with this StudentAward.
Declaration
public int? StudentCreditCardId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentCreditCardId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentAward.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentAward.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
StudentLoanPeriodId
Gets or sets the StudentLoanPeriodId associated with this StudentAward.
Declaration
public int? StudentLoanPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentLoanPeriodId. |
StudentRelationshipAddress
Declaration
public virtual StudentRelationshipAddress StudentRelationshipAddress { get; set; }
Property Value
Type | Description |
---|---|
StudentRelationshipAddress |
StudentRelationshipAddressId
Gets or sets the StudentRelationshipAddressId associated with this StudentAward.
Declaration
public int? StudentRelationshipAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRelationshipAddressId. |
TotalAmountPaid
Gets or sets the TotalAmountPaid associated with this StudentAward.
Declaration
public decimal? TotalAmountPaid { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TotalAmountPaid. |
WebAlertNotification
Gets or sets the WebAlertNotification associated with this StudentAward.
Declaration
public string WebAlertNotification { get; set; }
Property Value
Type | Description |
---|---|
System.String | The WebAlertNotification. |
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()