Class PaidDisbursementEntity
This class represents the EntityModel interface to the FaDisb database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class PaidDisbursementEntity : Entity, IIdentifiable, IAuditable
Constructors
PaidDisbursementEntity()
Declaration
public PaidDisbursementEntity()
Fields
ActualAmountProperty
The ActualAmount property.
Declaration
public static readonly EntityProperty ActualAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CheckDateProperty
The CheckDate property.
Declaration
public static readonly EntityProperty CheckDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CheckNumberProperty
The CheckNumber property.
Declaration
public static readonly EntityProperty CheckNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedByUserIdProperty
The CreatedByUserId property.
Declaration
public static readonly EntityProperty CreatedByUserIdProperty
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 |
DepositDateProperty
The DepositDate property.
Declaration
public static readonly EntityProperty DepositDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DisbursedDateProperty
The DisbursedDate property.
Declaration
public static readonly EntityProperty DisbursedDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DisbursementBatchIdProperty
The DisbursementBatchId property.
Declaration
public static readonly EntityProperty DisbursementBatchIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DisbursementNumberProperty
The DisbursementNumber property.
Declaration
public static readonly EntityProperty DisbursementNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EarnedDateProperty
The EarnedDate property.
Declaration
public static readonly EntityProperty EarnedDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EndorsedDateProperty
The EndorsedDate property.
Declaration
public static readonly EntityProperty EndorsedDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExpectedAmountProperty
The ExpectedAmount property.
Declaration
public static readonly EntityProperty ExpectedAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HoursWorkedProperty
The HoursWorked property.
Declaration
public static readonly EntityProperty HoursWorkedProperty
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 |
InterestAmountProperty
The InterestAmount property.
Declaration
public static readonly EntityProperty InterestAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
InterestRebateAmtProperty
The InterestRebateAmt property.
Declaration
public static readonly EntityProperty InterestRebateAmtProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsAxPaymentProperty
The IsAxPayment property.
Declaration
public static readonly EntityProperty IsAxPaymentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDisbDateAdjustmentPendingProperty
The IsDisbDateAdjustmentPending property.
Declaration
public static readonly EntityProperty IsDisbDateAdjustmentPendingProperty
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 |
PaymentPeriodIdProperty
The PaymentPeriodId property.
Declaration
public static readonly EntityProperty PaymentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentPeriodNumberProperty
The PaymentPeriodNumber property.
Declaration
public static readonly EntityProperty PaymentPeriodNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PeriodEndDateProperty
The PeriodEndDate property.
Declaration
public static readonly EntityProperty PeriodEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PgDisbStatusProperty
The PgDisbStatus property.
Declaration
public static readonly EntityProperty PgDisbStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReceiptPrintedDateProperty
The ReceiptPrintedDate property.
Declaration
public static readonly EntityProperty ReceiptPrintedDateProperty
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 |
ScheduledDisbursementIdProperty
The ScheduledDisbursementId property.
Declaration
public static readonly EntityProperty ScheduledDisbursementIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAcademicYearIdProperty
The StudentAcademicYearId property.
Declaration
public static readonly EntityProperty StudentAcademicYearIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAwardIdProperty
The StudentAwardId property.
Declaration
public static readonly EntityProperty StudentAwardIdProperty
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 |
StudentPaymentPeriodIdProperty
The StudentPaymentPeriodId property.
Declaration
public static readonly EntityProperty StudentPaymentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermIdProperty
The TermId property.
Declaration
public static readonly EntityProperty TermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TimeCardIdentifierProperty
The TimeCardIdentifier property.
Declaration
public static readonly EntityProperty TimeCardIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AcademicYearSequence
Declaration
public int AcademicYearSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ActualAmount
Gets or sets the ActualAmount associated with this PaidDisbursementEntity.
Declaration
public decimal ActualAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ActualAmount. |
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CheckDate
Gets or sets the CheckDate associated with this PaidDisbursementEntity.
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 PaidDisbursementEntity.
Declaration
public string CheckNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CheckNumber. |
CommonLineStatus
Declaration
public string CommonLineStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreatedByUserId
Gets or sets the CreatedByUserId associated with this PaidDisbursementEntity.
Declaration
public int CreatedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CreatedByUserId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PaidDisbursementEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DepositDate
Gets or sets the DepositDate associated with this PaidDisbursementEntity.
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 PaidDisbursementEntity.
Declaration
public DateTime DisbursedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The DisbursedDate. |
DisbursementBatchId
Gets or sets the DisbursementBatchId associated with this PaidDisbursementEntity.
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 PaidDisbursementEntity.
Declaration
public int? DisbursementNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DisbursementNumber. |
DueDate
Declaration
public DateTime? DueDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
EarnedDate
Gets or sets the EarnedDate associated with this PaidDisbursementEntity.
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 PaidDisbursementEntity.
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 PaidDisbursementEntity.
Declaration
public decimal ExpectedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ExpectedAmount. |
HoursWorked
Gets or sets the HoursWorked associated with this PaidDisbursementEntity.
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 PaidDisbursementEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InterestAmount
Gets or sets the InterestAmount associated with this PaidDisbursementEntity.
Declaration
public decimal InterestAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The InterestAmount. |
InterestRebateAmt
Gets or sets the InterestRebateAmt associated with this PaidDisbursementEntity.
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 PaidDisbursementEntity.
Declaration
public bool IsAxPayment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAxPayment. |
IsDisbDateAdjustmentPending
Gets or sets the IsDisbDateAdjustmentPending associated with this PaidDisbursementEntity.
Declaration
public bool IsDisbDateAdjustmentPending { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDisbDateAdjustmentPending. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PaidDisbursementEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PaidDisbursementEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PaymentPeriodId
Gets or sets the PaymentPeriodId associated with this PaidDisbursementEntity.
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 PaidDisbursementEntity.
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 PaidDisbursementEntity.
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 PaidDisbursementEntity.
Declaration
public string PgDisbStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PgDisbStatus. |
ReceiptPrintedDate
Gets or sets the ReceiptPrintedDate associated with this PaidDisbursementEntity.
Declaration
public DateTime? ReceiptPrintedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReceiptPrintedDate. |
RowVersion
Gets or sets the RowVersion associated with this PaidDisbursementEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ScheduledDisbursementId
Gets or sets the ScheduledDisbursementId associated with this PaidDisbursementEntity.
Declaration
public int? ScheduledDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ScheduledDisbursementId. |
Status
Gets or sets the Status associated with this PaidDisbursementEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentAcademicYearId
Gets or sets the StudentAcademicYearId associated with this PaidDisbursementEntity.
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 PaidDisbursementEntity.
Declaration
public int StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAwardId. |
StudentId
Gets or sets the StudentId associated with this PaidDisbursementEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentPaymentPeriodId
Gets or sets the StudentPaymentPeriodId associated with this PaidDisbursementEntity.
Declaration
public int? StudentPaymentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentPaymentPeriodId. |
TermCode
Declaration
public string TermCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TermId
Gets or sets the TermId associated with this PaidDisbursementEntity.
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 PaidDisbursementEntity.
Declaration
public int TimeCardIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TimeCardIdentifier. |
Type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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()