Class StudentAwardPaymentPlanPaymentHistoryDetailEntity
This class represents the EntityModel interface to the FaSchedCashPlanHistory database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class StudentAwardPaymentPlanPaymentHistoryDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentAwardPaymentPlanPaymentHistoryDetailEntity()
Declaration
public StudentAwardPaymentPlanPaymentHistoryDetailEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DisbursementNumberProperty
The DisbursementNumber property.
Declaration
public static readonly EntityProperty DisbursementNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GrossAmountProperty
The GrossAmount property.
Declaration
public static readonly EntityProperty GrossAmountProperty
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 |
InterestAmountProperty
The InterestAmount property.
Declaration
public static readonly EntityProperty InterestAmountProperty
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 |
NetAmountProperty
The NetAmount property.
Declaration
public static readonly EntityProperty NetAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PrincipalAmountProperty
The PrincipalAmount property.
Declaration
public static readonly EntityProperty PrincipalAmountProperty
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 |
ScheduledDateProperty
The ScheduledDate property.
Declaration
public static readonly EntityProperty ScheduledDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAwardPaymentPlanHistoryDetailIdProperty
The StudentAwardPaymentPlanHistoryDetailId property.
Declaration
public static readonly EntityProperty StudentAwardPaymentPlanHistoryDetailIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAwardPaymentPlanPaymentHistoryDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DisbursementNumber
Gets or sets the DisbursementNumber associated with this StudentAwardPaymentPlanPaymentHistoryDetailEntity.
Declaration
public int? DisbursementNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DisbursementNumber. |
GrossAmount
Gets or sets the GrossAmount associated with this StudentAwardPaymentPlanPaymentHistoryDetailEntity.
Declaration
public decimal? GrossAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The GrossAmount. |
Id
Gets or sets the Id associated with this StudentAwardPaymentPlanPaymentHistoryDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InterestAmount
Gets or sets the InterestAmount associated with this StudentAwardPaymentPlanPaymentHistoryDetailEntity.
Declaration
public decimal? InterestAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The InterestAmount. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAwardPaymentPlanPaymentHistoryDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAwardPaymentPlanPaymentHistoryDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NetAmount
Gets or sets the NetAmount associated with this StudentAwardPaymentPlanPaymentHistoryDetailEntity.
Declaration
public decimal? NetAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The NetAmount. |
PrincipalAmount
Gets or sets the PrincipalAmount associated with this StudentAwardPaymentPlanPaymentHistoryDetailEntity.
Declaration
public decimal? PrincipalAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PrincipalAmount. |
RowVersion
Gets or sets the RowVersion associated with this StudentAwardPaymentPlanPaymentHistoryDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ScheduledDate
Gets or sets the ScheduledDate associated with this StudentAwardPaymentPlanPaymentHistoryDetailEntity.
Declaration
public DateTime? ScheduledDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ScheduledDate. |
Status
Gets or sets the Status associated with this StudentAwardPaymentPlanPaymentHistoryDetailEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentAwardPaymentPlanHistoryDetailId
Gets or sets the StudentAwardPaymentPlanHistoryDetailId associated with this StudentAwardPaymentPlanPaymentHistoryDetailEntity.
Declaration
public int StudentAwardPaymentPlanHistoryDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAwardPaymentPlanHistoryDetailId. |
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()