Class PellDisbursement
This class represents the EntityModel interface to the FaPellDisb database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class PellDisbursement
Constructors
PellDisbursement()
Declaration
public PellDisbursement()
Properties
AcceptedDisbursementAmount
Gets or sets the AcceptedDisbursementAmount associated with this PellDisbursement.
Declaration
public decimal? AcceptedDisbursementAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The AcceptedDisbursementAmount. |
CodCommentCodes
Gets or sets the CodCommentCodes associated with this PellDisbursement.
Declaration
public string CodCommentCodes { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CodCommentCodes. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PellDisbursement.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DisbursementAmount
Gets or sets the DisbursementAmount associated with this PellDisbursement.
Declaration
public decimal? DisbursementAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The DisbursementAmount. |
DisbursementDate
Gets or sets the DisbursementDate associated with this PellDisbursement.
Declaration
public DateTime? DisbursementDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DisbursementDate. |
DisbursementNumber
Gets or sets the DisbursementNumber associated with this PellDisbursement.
Declaration
public int? DisbursementNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DisbursementNumber. |
DisbursementReference
Gets or sets the DisbursementReference associated with this PellDisbursement.
Declaration
public string DisbursementReference { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DisbursementReference. |
DisbursementSequenceNumber
Gets or sets the DisbursementSequenceNumber associated with this PellDisbursement.
Declaration
public int? DisbursementSequenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DisbursementSequenceNumber. |
DisbursementStatus
Gets or sets the DisbursementStatus associated with this PellDisbursement.
Declaration
public string DisbursementStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DisbursementStatus. |
EnrollmentIntensity
Gets or sets the EnrollmentIntensity associated with this PellDisbursement.
Declaration
public decimal? EnrollmentIntensity { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The EnrollmentIntensity. |
EnrollmentStatus
Gets or sets the EnrollmentStatus associated with this PellDisbursement.
Declaration
public string EnrollmentStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EnrollmentStatus. |
ExportBatchIdentifier
Gets or sets the ExportBatchIdentifier associated with this PellDisbursement.
Declaration
public string ExportBatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExportBatchIdentifier. |
Id
Gets or sets the Id associated with this PellDisbursement.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PellDisbursement.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PellDisbursement.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PaidDisbursement
Declaration
public virtual PaidDisbursement PaidDisbursement { get; set; }
Property Value
Type | Description |
---|---|
PaidDisbursement |
PaidDisbursementId
Gets or sets the PaidDisbursementId associated with this PellDisbursement.
Declaration
public int? PaidDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaidDisbursementId. |
PaymentPeriodNumber
Gets or sets the PaymentPeriodNumber associated with this PellDisbursement.
Declaration
public short? PaymentPeriodNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> | The PaymentPeriodNumber. |
PaymentPeriodStartDate
Gets or sets the PaymentPeriodStartDate associated with this PellDisbursement.
Declaration
public DateTime? PaymentPeriodStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PaymentPeriodStartDate. |
PrevDisbursementSequenceNumber
Gets or sets the PrevDisbursementSequenceNumber associated with this PellDisbursement.
Declaration
public int? PrevDisbursementSequenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PrevDisbursementSequenceNumber. |
ProgramCipCode
Gets or sets the ProgramCipCode associated with this PellDisbursement.
Declaration
public string ProgramCipCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramCipCode. |
ProgramCipCode2
Gets or sets the ProgramCipCode2 associated with this PellDisbursement.
Declaration
public string ProgramCipCode2 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramCipCode2. |
ProgramCipCode3
Gets or sets the ProgramCipCode3 associated with this PellDisbursement.
Declaration
public string ProgramCipCode3 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramCipCode3. |
ProgramCredentialLevel
Gets or sets the ProgramCredentialLevel associated with this PellDisbursement.
Declaration
public string ProgramCredentialLevel { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramCredentialLevel. |
PublishedProgramLengthWeeks
Gets or sets the PublishedProgramLengthWeeks associated with this PellDisbursement.
Declaration
public decimal? PublishedProgramLengthWeeks { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PublishedProgramLengthWeeks. |
Refund
Declaration
public virtual Refund Refund { get; set; }
Property Value
Type | Description |
---|---|
Refund |
RefundId
Gets or sets the RefundId associated with this PellDisbursement.
Declaration
public int? RefundId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RefundId. |
ScheduledDisbursement
Declaration
public virtual ScheduledDisbursement ScheduledDisbursement { get; set; }
Property Value
Type | Description |
---|---|
ScheduledDisbursement |
ScheduledDisbursementId
Gets or sets the ScheduledDisbursementId associated with this PellDisbursement.
Declaration
public int? ScheduledDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ScheduledDisbursementId. |
SentDate
Gets or sets the SentDate associated with this PellDisbursement.
Declaration
public DateTime? SentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The SentDate. |
SpecialPrograms
Gets or sets the SpecialPrograms associated with this PellDisbursement.
Declaration
public string SpecialPrograms { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SpecialPrograms. |
StudentAward
Declaration
public virtual StudentAward StudentAward { get; set; }
Property Value
Type | Description |
---|---|
StudentAward |
StudentAwardId
Gets or sets the StudentAwardId associated with this PellDisbursement.
Declaration
public int? StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardId. |
StudentAwardPell
Declaration
public virtual StudentAwardPell StudentAwardPell { get; set; }
Property Value
Type | Description |
---|---|
StudentAwardPell |
StudentAwardPellId
Gets or sets the StudentAwardPellId associated with this PellDisbursement.
Declaration
public int? StudentAwardPellId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardPellId. |
WeeksProgramsAcademicYear
Gets or sets the WeeksProgramsAcademicYear associated with this PellDisbursement.
Declaration
public decimal? WeeksProgramsAcademicYear { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The WeeksProgramsAcademicYear. |
YtdDisbursedAmount
Gets or sets the YtdDisbursedAmount associated with this PellDisbursement.
Declaration
public decimal? YtdDisbursedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The YtdDisbursedAmount. |
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. |