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. |
CalendarYearProperty
The CalendarYear property.
Declaration
public static readonly EntityProperty CalendarYearProperty
Field Value
Type | Description |
---|---|
Cmc. |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc. |
GrossAmountPaidProperty
The GrossAmountPaid property.
Declaration
public static readonly EntityProperty GrossAmountPaidProperty
Field Value
Type | Description |
---|---|
Cmc. |
HoursProperty
The Hours property.
Declaration
public static readonly EntityProperty HoursProperty
Field Value
Type | Description |
---|---|
Cmc. |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc. |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc. |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc. |
OpeidProperty
The Opeid property.
Declaration
public static readonly EntityProperty OpeidProperty
Field Value
Type | Description |
---|---|
Cmc. |
PaidDateProperty
The PaidDate property.
Declaration
public static readonly EntityProperty PaidDateProperty
Field Value
Type | Description |
---|---|
Cmc. |
PaidDisbursementIdProperty
The PaidDisbursementId property.
Declaration
public static readonly EntityProperty PaidDisbursementIdProperty
Field Value
Type | Description |
---|---|
Cmc. |
PeriodEndDateProperty
The PeriodEndDate property.
Declaration
public static readonly EntityProperty PeriodEndDateProperty
Field Value
Type | Description |
---|---|
Cmc. |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc. |
RptEntityIdentifierProperty
The RptEntityIdentifier property.
Declaration
public static readonly EntityProperty RptEntityIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc. |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc. |
Properties
AcademicYear
Gets or sets the AcademicYear associated with this FederalWorkStudyPaymentEntity.
Declaration
public decimal? AcademicYear { get; set; }
Property Value
Type | Description |
---|---|
System. |
The AcademicYear. |
CalendarYear
Gets or sets the CalendarYear associated with this FederalWorkStudyPaymentEntity.
Declaration
public int CalendarYear { get; set; }
Property Value
Type | Description |
---|---|
System. |
The CalendarYear. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FederalWorkStudyPaymentEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System. |
The CreatedDateTime. |
GrossAmountPaid
Gets or sets the GrossAmountPaid associated with this FederalWorkStudyPaymentEntity.
Declaration
public decimal GrossAmountPaid { get; set; }
Property Value
Type | Description |
---|---|
System. |
The GrossAmountPaid. |
Hours
Gets or sets the Hours associated with this FederalWorkStudyPaymentEntity.
Declaration
public int? Hours { get; set; }
Property Value
Type | Description |
---|---|
System. |
The Hours. |
Id
Gets or sets the Id associated with this FederalWorkStudyPaymentEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System. |
The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FederalWorkStudyPaymentEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System. |
The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FederalWorkStudyPaymentEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System. |
The LastModifiedUserId. |
Opeid
Gets or sets the Opeid associated with this FederalWorkStudyPaymentEntity.
Declaration
public string Opeid { get; set; }
Property Value
Type | Description |
---|---|
System. |
The Opeid. |
PaidDate
Gets or sets the PaidDate associated with this FederalWorkStudyPaymentEntity.
Declaration
public DateTime? PaidDate { get; set; }
Property Value
Type | Description |
---|---|
System. |
The PaidDate. |
PaidDisbursementId
Gets or sets the PaidDisbursementId associated with this FederalWorkStudyPaymentEntity.
Declaration
public int PaidDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System. |
The PaidDisbursementId. |
PeriodEndDate
Gets or sets the PeriodEndDate associated with this FederalWorkStudyPaymentEntity.
Declaration
public DateTime? PeriodEndDate { get; set; }
Property Value
Type | Description |
---|---|
System. |
The PeriodEndDate. |
RowVersion
Gets or sets the RowVersion associated with this FederalWorkStudyPaymentEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System. |
The RowVersion. |
RptEntityIdentifier
Gets or sets the RptEntityIdentifier associated with this FederalWorkStudyPaymentEntity.
Declaration
public string RptEntityIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System. |
The RptEntityIdentifier. |
StudentId
Gets or sets the StudentId associated with this FederalWorkStudyPaymentEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System. |
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()