Class DisbursementBatchAdditionalDetailEntity
This class represents the EntityModel interface to the FaDisbBatchDetailDisbInfo database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class DisbursementBatchAdditionalDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
DisbursementBatchAdditionalDetailEntity()
Declaration
public DisbursementBatchAdditionalDetailEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DisbursementBatchDetailIdProperty
The DisbursementBatchDetailId property.
Declaration
public static readonly EntityProperty DisbursementBatchDetailIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DisbursementBatchIdProperty
The DisbursementBatchId property.
Declaration
public static readonly EntityProperty DisbursementBatchIdProperty
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 |
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 |
NumberOfDisbursementsProperty
The NumberOfDisbursements property.
Declaration
public static readonly EntityProperty NumberOfDisbursementsProperty
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 |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DisbursementBatchAdditionalDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DisbursementBatchDetailId
Gets or sets the DisbursementBatchDetailId associated with this DisbursementBatchAdditionalDetailEntity.
Declaration
public int DisbursementBatchDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DisbursementBatchDetailId. |
DisbursementBatchId
Gets or sets the DisbursementBatchId associated with this DisbursementBatchAdditionalDetailEntity.
Declaration
public int DisbursementBatchId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DisbursementBatchId. |
DisbursementNumber
Gets or sets the DisbursementNumber associated with this DisbursementBatchAdditionalDetailEntity.
Declaration
public string DisbursementNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DisbursementNumber. |
Id
Gets or sets the Id associated with this DisbursementBatchAdditionalDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this DisbursementBatchAdditionalDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DisbursementBatchAdditionalDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NumberOfDisbursements
Gets or sets the NumberOfDisbursements associated with this DisbursementBatchAdditionalDetailEntity.
Declaration
public string NumberOfDisbursements { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NumberOfDisbursements. |
RowVersion
Gets or sets the RowVersion associated with this DisbursementBatchAdditionalDetailEntity.
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()