Class PellSpecialDisbursementEntity
This class represents the EntityModel interface to the FaPellSpecialDisb database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class PellSpecialDisbursementEntity : Entity, IIdentifiable, IAuditable
Constructors
PellSpecialDisbursementEntity()
Declaration
public PellSpecialDisbursementEntity()
Fields
AcademicCalendarProperty
The AcademicCalendar property.
Declaration
public static readonly EntityProperty AcademicCalendarProperty
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 |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
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 |
PaymentMethodologyProperty
The PaymentMethodology property.
Declaration
public static readonly EntityProperty PaymentMethodologyProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentPeriodAmountProperty
The PaymentPeriodAmount property.
Declaration
public static readonly EntityProperty PaymentPeriodAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentPeriodBeginDateProperty
The PaymentPeriodBeginDate property.
Declaration
public static readonly EntityProperty PaymentPeriodBeginDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentPeriodCostOfAttendanceProperty
The PaymentPeriodCostOfAttendance property.
Declaration
public static readonly EntityProperty PaymentPeriodCostOfAttendanceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentPeriodCreditHoursExpToCompleteProperty
The PaymentPeriodCreditHoursExpToComplete property.
Declaration
public static readonly EntityProperty PaymentPeriodCreditHoursExpToCompleteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentPeriodEndDateProperty
The PaymentPeriodEndDate property.
Declaration
public static readonly EntityProperty PaymentPeriodEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentPeriodEnrollmentStatusProperty
The PaymentPeriodEnrollmentStatus property.
Declaration
public static readonly EntityProperty PaymentPeriodEnrollmentStatusProperty
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 |
PaymentPeriodWeeksEnrolledProperty
The PaymentPeriodWeeksEnrolled property.
Declaration
public static readonly EntityProperty PaymentPeriodWeeksEnrolledProperty
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 |
StudentAwardIdProperty
The StudentAwardId property.
Declaration
public static readonly EntityProperty StudentAwardIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAwardPellIdProperty
The StudentAwardPellId property.
Declaration
public static readonly EntityProperty StudentAwardPellIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AcademicCalendar
Gets or sets the AcademicCalendar associated with this PellSpecialDisbursementEntity.
Declaration
public string AcademicCalendar { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AcademicCalendar. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PellSpecialDisbursementEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this PellSpecialDisbursementEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PellSpecialDisbursementEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PellSpecialDisbursementEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PaymentMethodology
Gets or sets the PaymentMethodology associated with this PellSpecialDisbursementEntity.
Declaration
public string PaymentMethodology { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PaymentMethodology. |
PaymentPeriodAmount
Gets or sets the PaymentPeriodAmount associated with this PellSpecialDisbursementEntity.
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 PellSpecialDisbursementEntity.
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 PellSpecialDisbursementEntity.
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 PellSpecialDisbursementEntity.
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 PellSpecialDisbursementEntity.
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 PellSpecialDisbursementEntity.
Declaration
public string PaymentPeriodEnrollmentStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PaymentPeriodEnrollmentStatus. |
PaymentPeriodNumber
Gets or sets the PaymentPeriodNumber associated with this PellSpecialDisbursementEntity.
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 PellSpecialDisbursementEntity.
Declaration
public short? PaymentPeriodWeeksEnrolled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> | The PaymentPeriodWeeksEnrolled. |
RowVersion
Gets or sets the RowVersion associated with this PellSpecialDisbursementEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentAwardId
Gets or sets the StudentAwardId associated with this PellSpecialDisbursementEntity.
Declaration
public int? StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardId. |
StudentAwardPellId
Gets or sets the StudentAwardPellId associated with this PellSpecialDisbursementEntity.
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()