Class PaymentProcessorAchBatchHeaderEntity
This class represents the EntityModel interface to the SaOnlineACHBatchHeader database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PaymentProcessorAchBatchHeaderEntity : Entity, IIdentifiable
Constructors
PaymentProcessorAchBatchHeaderEntity()
Declaration
public PaymentProcessorAchBatchHeaderEntity()
Fields
BatchDetailsProperty
The BatchDetails property.
Declaration
public static readonly EntityProperty BatchDetailsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BatchRefundDetailsProperty
The BatchRefundDetails property.
Declaration
public static readonly EntityProperty BatchRefundDetailsProperty
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 |
FileSentDateTimeProperty
The FileSentDateTime property.
Declaration
public static readonly EntityProperty FileSentDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GeneratedDateTimeProperty
The GeneratedDateTime property.
Declaration
public static readonly EntityProperty GeneratedDateTimeProperty
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 |
LastMofifiedUserIdProperty
The LastMofifiedUserId property.
Declaration
public static readonly EntityProperty LastMofifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentProcessorAchAccountIdProperty
The PaymentProcessorAchAccountId property.
Declaration
public static readonly EntityProperty PaymentProcessorAchAccountIdProperty
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
BatchDetails
Declaration
public virtual EntityCollection<PaymentProcessorAchBatchDetailEntity> BatchDetails { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<PaymentProcessorAchBatchDetailEntity> |
BatchRefundDetails
Declaration
public virtual EntityCollection<PaymentProcessorAchBatchRefundEntity> BatchRefundDetails { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<PaymentProcessorAchBatchRefundEntity> |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PaymentProcessorAchBatchHeaderEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FileSentDateTime
Gets or sets the FileSentDateTime associated with this PaymentProcessorAchBatchHeaderEntity.
Declaration
public DateTime? FileSentDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The FileSentDateTime. |
GeneratedDateTime
Gets or sets the GeneratedDateTime associated with this PaymentProcessorAchBatchHeaderEntity.
Declaration
public DateTime GeneratedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The GeneratedDateTime. |
Id
Gets or sets the Id associated with this PaymentProcessorAchBatchHeaderEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PaymentProcessorAchBatchHeaderEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastMofifiedUserId
Gets or sets the LastMofifiedUserId associated with this PaymentProcessorAchBatchHeaderEntity.
Declaration
public int LastMofifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastMofifiedUserId. |
PaymentProcessorAchAccountId
Gets or sets the PaymentProcessorAchAccountId associated with this PaymentProcessorAchBatchHeaderEntity.
Declaration
public int? PaymentProcessorAchAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaymentProcessorAchAccountId. |
RowVersion
Gets or sets the RowVersion associated with this PaymentProcessorAchBatchHeaderEntity.
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()