Class FederalWorkStudyPaymentEntity
This class represents the EntityModel interface to the FaFwsPayment database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class FederalWorkStudyPaymentEntity : Entity, IIdentifiable, IAuditable
Constructors
FederalWorkStudyPaymentEntity()
Declaration
public FederalWorkStudyPaymentEntity()
Fields
AcademicYearProperty
The AcademicYear property.
Declaration
public static readonly EntityProperty AcademicYearProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CalendarYearProperty
The CalendarYear property.
Declaration
public static readonly EntityProperty CalendarYearProperty
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 |
GrossAmountPaidProperty
The GrossAmountPaid property.
Declaration
public static readonly EntityProperty GrossAmountPaidProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HoursProperty
The Hours property.
Declaration
public static readonly EntityProperty HoursProperty
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 |
OpeidProperty
The Opeid property.
Declaration
public static readonly EntityProperty OpeidProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaidDateProperty
The PaidDate property.
Declaration
public static readonly EntityProperty PaidDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaidDisbursementIdProperty
The PaidDisbursementId property.
Declaration
public static readonly EntityProperty PaidDisbursementIdProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RptEntityIdentifierProperty
The RptEntityIdentifier property.
Declaration
public static readonly EntityProperty RptEntityIdentifierProperty
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 |
Properties
AcademicYear
Gets or sets the AcademicYear associated with this FederalWorkStudyPaymentEntity.
Declaration
public decimal? AcademicYear { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The AcademicYear. |
CalendarYear
Gets or sets the CalendarYear associated with this FederalWorkStudyPaymentEntity.
Declaration
public int CalendarYear { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CalendarYear. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FederalWorkStudyPaymentEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
GrossAmountPaid
Gets or sets the GrossAmountPaid associated with this FederalWorkStudyPaymentEntity.
Declaration
public decimal GrossAmountPaid { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The GrossAmountPaid. |
Hours
Gets or sets the Hours associated with this FederalWorkStudyPaymentEntity.
Declaration
public int? Hours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The Hours. |
Id
Gets or sets the Id associated with this FederalWorkStudyPaymentEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FederalWorkStudyPaymentEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FederalWorkStudyPaymentEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Opeid
Gets or sets the Opeid associated with this FederalWorkStudyPaymentEntity.
Declaration
public string Opeid { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Opeid. |
PaidDate
Gets or sets the PaidDate associated with this FederalWorkStudyPaymentEntity.
Declaration
public DateTime? PaidDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PaidDate. |
PaidDisbursementId
Gets or sets the PaidDisbursementId associated with this FederalWorkStudyPaymentEntity.
Declaration
public int PaidDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PaidDisbursementId. |
PeriodEndDate
Gets or sets the PeriodEndDate associated with this FederalWorkStudyPaymentEntity.
Declaration
public DateTime? PeriodEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PeriodEndDate. |
RowVersion
Gets or sets the RowVersion associated with this FederalWorkStudyPaymentEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
RptEntityIdentifier
Gets or sets the RptEntityIdentifier associated with this FederalWorkStudyPaymentEntity.
Declaration
public string RptEntityIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RptEntityIdentifier. |
StudentId
Gets or sets the StudentId associated with this FederalWorkStudyPaymentEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
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()