Class ReconcileReturnFundEntity
This class represents the EntityModel interface to the SaReconcileReturnFund database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ReconcileReturnFundEntity : Entity, IIdentifiable, IAuditable
Constructors
ReconcileReturnFundEntity()
Declaration
public ReconcileReturnFundEntity()
Fields
BankAccountIdProperty
The BankAccountId property.
Declaration
public static readonly EntityProperty BankAccountIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodFundDrawdownReturnSourceIdProperty
The CodFundDrawdownReturnSourceId property.
Declaration
public static readonly EntityProperty CodFundDrawdownReturnSourceIdProperty
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 |
ReconcileReturnFundType
Declaration
public static readonly string ReconcileReturnFundType
Field Value
Type | Description |
---|---|
System.String |
ReturnAmountProperty
The ReturnAmount property.
Declaration
public static readonly EntityProperty ReturnAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReturnConfirmationNumberProperty
The ReturnConfirmationNumber property.
Declaration
public static readonly EntityProperty ReturnConfirmationNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReturnDateProperty
The ReturnDate property.
Declaration
public static readonly EntityProperty ReturnDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReturnTypeAsDisbursement
Declaration
public static readonly string ReturnTypeAsDisbursement
Field Value
Type | Description |
---|---|
System.String |
ReturnTypeAsRefund
Declaration
public static readonly string ReturnTypeAsRefund
Field Value
Type | Description |
---|---|
System.String |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BankAccountId
Gets or sets the BankAccountId associated with this ReconcileReturnFundEntity.
Declaration
public int? BankAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BankAccountId. |
CodFundDrawdownReturnSourceId
Gets or sets the CodFundDrawdownReturnSourceId associated with this ReconcileReturnFundEntity.
Declaration
public int? CodFundDrawdownReturnSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CodFundDrawdownReturnSourceId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ReconcileReturnFundEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this ReconcileReturnFundEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ReconcileReturnFundEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ReconcileReturnFundEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ReturnAmount
Gets or sets the ReturnAmount associated with this ReconcileReturnFundEntity.
Declaration
public decimal ReturnAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ReturnAmount. |
ReturnConfirmationNumber
Gets or sets the ReturnConfirmationNumber associated with this ReconcileReturnFundEntity.
Declaration
public string ReturnConfirmationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReturnConfirmationNumber. |
ReturnDate
Gets or sets the ReturnDate associated with this ReconcileReturnFundEntity.
Declaration
public DateTime ReturnDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ReturnDate. |
RowVersion
Gets or sets the RowVersion associated with this ReconcileReturnFundEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()