Class PellSpecialDisbursement
This class represents the EntityModel interface to the FaPellSpecialDisb database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class PellSpecialDisbursement
Constructors
PellSpecialDisbursement()
Declaration
public PellSpecialDisbursement()
Properties
AcademicCalendar
Gets or sets the AcademicCalendar associated with this PellSpecialDisbursement.
Declaration
public string AcademicCalendar { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The AcademicCalendar. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PellSpecialDisbursement.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this PellSpecialDisbursement.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PellSpecialDisbursement.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PellSpecialDisbursement.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
PaymentMethodology
Gets or sets the PaymentMethodology associated with this PellSpecialDisbursement.
Declaration
public string PaymentMethodology { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The PaymentMethodology. |
PaymentPeriodAmount
Gets or sets the PaymentPeriodAmount associated with this PellSpecialDisbursement.
Declaration
public decimal? PaymentPeriodAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The PaymentPeriodAmount. |
PaymentPeriodBeginDate
Gets or sets the PaymentPeriodBeginDate associated with this PellSpecialDisbursement.
Declaration
public DateTime? PaymentPeriodBeginDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The PaymentPeriodBeginDate. |
PaymentPeriodCostOfAttendance
Gets or sets the PaymentPeriodCostOfAttendance associated with this PellSpecialDisbursement.
Declaration
public decimal? PaymentPeriodCostOfAttendance { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The PaymentPeriodCostOfAttendance. |
PaymentPeriodCreditHoursExpToComplete
Gets or sets the PaymentPeriodCreditHoursExpToComplete associated with this PellSpecialDisbursement.
Declaration
public int? PaymentPeriodCreditHoursExpToComplete { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The PaymentPeriodCreditHoursExpToComplete. |
PaymentPeriodEndDate
Gets or sets the PaymentPeriodEndDate associated with this PellSpecialDisbursement.
Declaration
public DateTime? PaymentPeriodEndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The PaymentPeriodEndDate. |
PaymentPeriodEnrollmentStatus
Gets or sets the PaymentPeriodEnrollmentStatus associated with this PellSpecialDisbursement.
Declaration
public string PaymentPeriodEnrollmentStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The PaymentPeriodEnrollmentStatus. |
PaymentPeriodNumber
Gets or sets the PaymentPeriodNumber associated with this PellSpecialDisbursement.
Declaration
public short? PaymentPeriodNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int16> | The PaymentPeriodNumber. |
PaymentPeriodWeeksEnrolled
Gets or sets the PaymentPeriodWeeksEnrolled associated with this PellSpecialDisbursement.
Declaration
public short? PaymentPeriodWeeksEnrolled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int16> | The PaymentPeriodWeeksEnrolled. |
StudentAward
Declaration
public virtual StudentAward StudentAward { get; set; }
Property Value
| Type | Description |
|---|---|
| StudentAward |
StudentAwardId
Gets or sets the StudentAwardId associated with this PellSpecialDisbursement.
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 PellSpecialDisbursement.
Declaration
public int? StudentAwardPellId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The StudentAwardPellId. |
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. |