Class PaidDisbursement
This class represents the EntityModel interface to the FaDisb database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class PaidDisbursement
Constructors
PaidDisbursement()
Declaration
public PaidDisbursement()
Properties
ActualAmount
Gets or sets the ActualAmount associated with this PaidDisbursement.
Declaration
public decimal ActualAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ActualAmount. |
AwardDetail
Declaration
public virtual StudentAward AwardDetail { get; set; }
Property Value
Type | Description |
---|---|
StudentAward |
CheckDate
Gets or sets the CheckDate associated with this PaidDisbursement.
Declaration
public DateTime? CheckDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CheckDate. |
CheckNumber
Gets or sets the CheckNumber associated with this PaidDisbursement.
Declaration
public string CheckNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CheckNumber. |
CreatedByUserId
Gets or sets the CreatedByUserId associated with this PaidDisbursement.
Declaration
public int CreatedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CreatedByUserId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PaidDisbursement.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DepositDate
Gets or sets the DepositDate associated with this PaidDisbursement.
Declaration
public DateTime? DepositDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DepositDate. |
DisbursedDate
Gets or sets the DisbursedDate associated with this PaidDisbursement.
Declaration
public DateTime DisbursedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The DisbursedDate. |
DisbursementBatch
Declaration
public virtual DisbursementBatch DisbursementBatch { get; set; }
Property Value
Type | Description |
---|---|
DisbursementBatch |
DisbursementBatchId
Gets or sets the DisbursementBatchId associated with this PaidDisbursement.
Declaration
public int? DisbursementBatchId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DisbursementBatchId. |
DisbursementNumber
Gets or sets the DisbursementNumber associated with this PaidDisbursement.
Declaration
public int? DisbursementNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DisbursementNumber. |
EarnedDate
Gets or sets the EarnedDate associated with this PaidDisbursement.
Declaration
public DateTime? EarnedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EarnedDate. |
EndorsedDate
Gets or sets the EndorsedDate associated with this PaidDisbursement.
Declaration
public DateTime? EndorsedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EndorsedDate. |
ExpectedAmount
Gets or sets the ExpectedAmount associated with this PaidDisbursement.
Declaration
public decimal ExpectedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ExpectedAmount. |
HoursWorked
Gets or sets the HoursWorked associated with this PaidDisbursement.
Declaration
public decimal? HoursWorked { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The HoursWorked. |
Id
Gets or sets the Id associated with this PaidDisbursement.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InterestAmount
Gets or sets the InterestAmount associated with this PaidDisbursement.
Declaration
public decimal InterestAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The InterestAmount. |
InterestRebateAmt
Gets or sets the InterestRebateAmt associated with this PaidDisbursement.
Declaration
public decimal? InterestRebateAmt { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The InterestRebateAmt. |
IsAxPayment
Gets or sets the IsAxPayment associated with this PaidDisbursement.
Declaration
public bool IsAxPayment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAxPayment. |
IsDisbDateAdjustmentPending
Gets or sets the IsDisbDateAdjustmentPending associated with this PaidDisbursement.
Declaration
public bool IsDisbDateAdjustmentPending { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDisbDateAdjustmentPending. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PaidDisbursement.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PaidDisbursement.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PaymentPeriodId
Gets or sets the PaymentPeriodId associated with this PaidDisbursement.
Declaration
public int? PaymentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaymentPeriodId. |
PaymentPeriodNumber
Gets or sets the PaymentPeriodNumber associated with this PaidDisbursement.
Declaration
public int? PaymentPeriodNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaymentPeriodNumber. |
PeriodEndDate
Gets or sets the PeriodEndDate associated with this PaidDisbursement.
Declaration
public DateTime? PeriodEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PeriodEndDate. |
PgDisbStatus
Gets or sets the PgDisbStatus associated with this PaidDisbursement.
Declaration
public string PgDisbStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PgDisbStatus. |
ReceiptPrintedDate
Gets or sets the ReceiptPrintedDate associated with this PaidDisbursement.
Declaration
public DateTime? ReceiptPrintedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReceiptPrintedDate. |
ScheduledDisbursementId
Gets or sets the ScheduledDisbursementId associated with this PaidDisbursement.
Declaration
public int? ScheduledDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ScheduledDisbursementId. |
ScheduledDisbursements
Declaration
public virtual ICollection<ScheduledDisbursement> ScheduledDisbursements { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ScheduledDisbursement> |
Status
Gets or sets the Status associated with this PaidDisbursement.
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 PaidDisbursement.
Declaration
public int? StudentAcademicYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAcademicYearId. |
StudentAwardId
Gets or sets the StudentAwardId associated with this PaidDisbursement.
Declaration
public int StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAwardId. |
StudentId
Gets or sets the StudentId associated with this PaidDisbursement.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentPaymentPeriodId
Gets or sets the StudentPaymentPeriodId associated with this PaidDisbursement.
Declaration
public int? StudentPaymentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentPaymentPeriodId. |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermId
Gets or sets the TermId associated with this PaidDisbursement.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
TimeCardIdentifier
Gets or sets the TimeCardIdentifier associated with this PaidDisbursement.
Declaration
public int TimeCardIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TimeCardIdentifier. |
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()