Class StudentRt4CalculationStudentAwardEntity
This class represents the EntityModel interface to the SaReturnOfT4Aid database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentRt4CalculationStudentAwardEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentRt4CalculationStudentAwardEntity()
Declaration
public StudentRt4CalculationStudentAwardEntity()
Fields
CouldHaveBeenDisbursedAmountProperty
The CouldHaveBeenDisbursedAmount property.
Declaration
public static readonly EntityProperty CouldHaveBeenDisbursedAmountProperty
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 |
DisbursedAmountProperty
The DisbursedAmount property.
Declaration
public static readonly EntityProperty DisbursedAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FundSourceIdProperty
The FundSourceId property.
Declaration
public static readonly EntityProperty FundSourceIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GrossDisbursedAmountProperty
The GrossDisbursedAmount property.
Declaration
public static readonly EntityProperty GrossDisbursedAmountProperty
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 |
InadvertentOverpaymentPwdAmountProperty
The InadvertentOverpaymentPwdAmount property.
Declaration
public static readonly EntityProperty InadvertentOverpaymentPwdAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IneligibleAmountProperty
The IneligibleAmount property.
Declaration
public static readonly EntityProperty IneligibleAmountProperty
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 |
OrderToReturnProperty
The OrderToReturn property.
Declaration
public static readonly EntityProperty OrderToReturnProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OverAwardAmountProperty
The OverAwardAmount property.
Declaration
public static readonly EntityProperty OverAwardAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaidDisbursementIdCollectionProperty
The PaidDisbursementIdCollection property.
Declaration
public static readonly EntityProperty PaidDisbursementIdCollectionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PwdAmountProperty
The PwdAmount property.
Declaration
public static readonly EntityProperty PwdAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PwdIneligibleOverAwardAmountProperty
The PwdIneligibleOverAwardAmount property.
Declaration
public static readonly EntityProperty PwdIneligibleOverAwardAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReturnToStudentAmountProperty
The ReturnToStudentAmount property.
Declaration
public static readonly EntityProperty ReturnToStudentAmountProperty
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 |
SchoolToReturnAmountProperty
The SchoolToReturnAmount property.
Declaration
public static readonly EntityProperty SchoolToReturnAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StillExpectedAmountProperty
The StillExpectedAmount property.
Declaration
public static readonly EntityProperty StillExpectedAmountProperty
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 |
StudentRt4CalculationIdProperty
The StudentRt4CalculationId property.
Declaration
public static readonly EntityProperty StudentRt4CalculationIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CouldHaveBeenDisbursedAmount
Gets or sets the CouldHaveBeenDisbursedAmount associated with this StudentRt4CalculationStudentAwardEntity.
Declaration
public decimal? CouldHaveBeenDisbursedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CouldHaveBeenDisbursedAmount. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentRt4CalculationStudentAwardEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DisbursedAmount
Gets or sets the DisbursedAmount associated with this StudentRt4CalculationStudentAwardEntity.
Declaration
public decimal? DisbursedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The DisbursedAmount. |
FundSourceId
Gets or sets the FundSourceId associated with this StudentRt4CalculationStudentAwardEntity.
Declaration
public int FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FundSourceId. |
GrossDisbursedAmount
Gets or sets the GrossDisbursedAmount associated with this StudentRt4CalculationStudentAwardEntity.
Declaration
public decimal? GrossDisbursedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The GrossDisbursedAmount. |
Id
Gets or sets the Id associated with this StudentRt4CalculationStudentAwardEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InadvertentOverpaymentPwdAmount
Gets or sets the InadvertentOverpaymentPwdAmount associated with this StudentRt4CalculationStudentAwardEntity.
Declaration
public decimal? InadvertentOverpaymentPwdAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The InadvertentOverpaymentPwdAmount. |
IneligibleAmount
Gets or sets the IneligibleAmount associated with this StudentRt4CalculationStudentAwardEntity.
Declaration
public decimal? IneligibleAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The IneligibleAmount. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentRt4CalculationStudentAwardEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentRt4CalculationStudentAwardEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
OrderToReturn
Gets or sets the OrderToReturn associated with this StudentRt4CalculationStudentAwardEntity.
Declaration
public byte OrderToReturn { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The OrderToReturn. |
OverAwardAmount
Gets or sets the OverAwardAmount associated with this StudentRt4CalculationStudentAwardEntity.
Declaration
public decimal? OverAwardAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The OverAwardAmount. |
PaidDisbursementIdCollection
Gets or sets the PaidDisbursementIdCollection associated with this StudentRt4CalculationStudentAwardEntity.
Declaration
public string PaidDisbursementIdCollection { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PaidDisbursementIdCollection. |
PwdAmount
Gets or sets the PwdAmount associated with this StudentRt4CalculationStudentAwardEntity.
Declaration
public decimal? PwdAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PwdAmount. |
PwdIneligibleOverAwardAmount
Gets or sets the PwdIneligibleOverAwardAmount associated with this StudentRt4CalculationStudentAwardEntity.
Declaration
public decimal? PwdIneligibleOverAwardAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PwdIneligibleOverAwardAmount. |
ReturnToStudentAmount
Gets or sets the ReturnToStudentAmount associated with this StudentRt4CalculationStudentAwardEntity.
Declaration
public decimal? ReturnToStudentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ReturnToStudentAmount. |
RowVersion
Gets or sets the RowVersion associated with this StudentRt4CalculationStudentAwardEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SchoolToReturnAmount
Gets or sets the SchoolToReturnAmount associated with this StudentRt4CalculationStudentAwardEntity.
Declaration
public decimal? SchoolToReturnAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The SchoolToReturnAmount. |
StillExpectedAmount
Gets or sets the StillExpectedAmount associated with this StudentRt4CalculationStudentAwardEntity.
Declaration
public decimal? StillExpectedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The StillExpectedAmount. |
StudentAwardId
Gets or sets the StudentAwardId associated with this StudentRt4CalculationStudentAwardEntity.
Declaration
public int StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAwardId. |
StudentRt4CalculationId
Gets or sets the StudentRt4CalculationId associated with this StudentRt4CalculationStudentAwardEntity.
Declaration
public int StudentRt4CalculationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentRt4CalculationId. |
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()