Class AchBatchFileCompanyDetailEntity
This class represents the EntityModel interface to the SaACHBatchCompanyDetail database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class AchBatchFileCompanyDetailEntity : Entity, IIdentifiable
Constructors
AchBatchFileCompanyDetailEntity()
Declaration
public AchBatchFileCompanyDetailEntity()
Fields
AccountNameProperty
The AccountName property.
Declaration
public static readonly EntityProperty AccountNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AchBatchFileCompanyHeaderIdProperty
The AchBatchFileCompanyHeaderId property.
Declaration
public static readonly EntityProperty AchBatchFileCompanyHeaderIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AmountProperty
The Amount property.
Declaration
public static readonly EntityProperty AmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BillingTransactionCodeIdProperty
The BillingTransactionCodeId property.
Declaration
public static readonly EntityProperty BillingTransactionCodeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ChargeAmountProperty
The ChargeAmount property.
Declaration
public static readonly EntityProperty ChargeAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CorrectedDataProperty
The CorrectedData property.
Declaration
public static readonly EntityProperty CorrectedDataProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CorrectedDfiAccountNumberProperty
The CorrectedDfiAccountNumber property.
Declaration
public static readonly EntityProperty CorrectedDfiAccountNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CorrectedRoutingNumberProperty
The CorrectedRoutingNumber property.
Declaration
public static readonly EntityProperty CorrectedRoutingNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CorrectedTransactionCodeProperty
The CorrectedTransactionCode property.
Declaration
public static readonly EntityProperty CorrectedTransactionCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DfiAccountNumberProperty
The DfiAccountNumber property.
Declaration
public static readonly EntityProperty DfiAccountNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HoldStudentGroupIdProperty
The HoldStudentGroupId property.
Declaration
public static readonly EntityProperty HoldStudentGroupIdProperty
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 |
InitializationVectorProperty
The InitializationVector property.
Declaration
public static readonly EntityProperty InitializationVectorProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NocCodeProperty
The NocCode property.
Declaration
public static readonly EntityProperty NocCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NsfAppliedProperty
The NsfApplied property.
Declaration
public static readonly EntityProperty NsfAppliedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RecordDfiIdentifierProperty
The RecordDfiIdentifier property.
Declaration
public static readonly EntityProperty RecordDfiIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RefundIdProperty
The RefundId property.
Declaration
public static readonly EntityProperty RefundIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResponseCodeProperty
The ResponseCode property.
Declaration
public static readonly EntityProperty ResponseCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResponseDateProperty
The ResponseDate property.
Declaration
public static readonly EntityProperty ResponseDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResponseStudentAccountTransactionIdProperty
The ResponseStudentAccountTransactionId property.
Declaration
public static readonly EntityProperty ResponseStudentAccountTransactionIdProperty
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 |
ScheduledDisbursementIdProperty
The ScheduledDisbursementId property.
Declaration
public static readonly EntityProperty ScheduledDisbursementIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAccountTransactionIdProperty
The StudentAccountTransactionId property.
Declaration
public static readonly EntityProperty StudentAccountTransactionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TaskIdProperty
The TaskId property.
Declaration
public static readonly EntityProperty TaskIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionCodeProperty
The TransactionCode property.
Declaration
public static readonly EntityProperty TransactionCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AccountName
Gets or sets the AccountName associated with this AchBatchFileCompanyDetailEntity.
Declaration
public string AccountName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountName. |
AchBatchFileCompanyHeaderId
Gets or sets the AchBatchFileCompanyHeaderId associated with this AchBatchFileCompanyDetailEntity.
Declaration
public int AchBatchFileCompanyHeaderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AchBatchFileCompanyHeaderId. |
Amount
Gets or sets the Amount associated with this AchBatchFileCompanyDetailEntity.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this AchBatchFileCompanyDetailEntity.
Declaration
public int? BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BillingTransactionCodeId. |
ChargeAmount
Gets or sets the ChargeAmount associated with this AchBatchFileCompanyDetailEntity.
Declaration
public decimal? ChargeAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ChargeAmount. |
CorrectedData
Gets or sets the CorrectedData associated with this AchBatchFileCompanyDetailEntity.
Declaration
public string CorrectedData { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CorrectedData. |
CorrectedDfiAccountNumber
Gets or sets the CorrectedDfiAccountNumber associated with this AchBatchFileCompanyDetailEntity.
Declaration
public string CorrectedDfiAccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CorrectedDfiAccountNumber. |
CorrectedRoutingNumber
Gets or sets the CorrectedRoutingNumber associated with this AchBatchFileCompanyDetailEntity.
Declaration
public string CorrectedRoutingNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CorrectedRoutingNumber. |
CorrectedTransactionCode
Gets or sets the CorrectedTransactionCode associated with this AchBatchFileCompanyDetailEntity.
Declaration
public string CorrectedTransactionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CorrectedTransactionCode. |
DfiAccountNumber
Gets or sets the DfiAccountNumber associated with this AchBatchFileCompanyDetailEntity.
Declaration
public string DfiAccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DfiAccountNumber. |
HoldStudentGroupId
Gets or sets the HoldStudentGroupId associated with this AchBatchFileCompanyDetailEntity.
Declaration
public int? HoldStudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The HoldStudentGroupId. |
Id
Gets or sets the Id associated with this AchBatchFileCompanyDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InitializationVector
Gets or sets the InitializationVector associated with this AchBatchFileCompanyDetailEntity.
Declaration
public string InitializationVector { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InitializationVector. |
NocCode
Gets or sets the NocCode associated with this AchBatchFileCompanyDetailEntity.
Declaration
public string NocCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NocCode. |
NsfApplied
Gets or sets the NsfApplied associated with this AchBatchFileCompanyDetailEntity.
Declaration
public int? NsfApplied { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NsfApplied. |
RecordDfiIdentifier
Gets or sets the RecordDfiIdentifier associated with this AchBatchFileCompanyDetailEntity.
Declaration
public string RecordDfiIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RecordDfiIdentifier. |
RefundId
Gets or sets the RefundId associated with this AchBatchFileCompanyDetailEntity.
Declaration
public int? RefundId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RefundId. |
ResponseCode
Gets or sets the ResponseCode associated with this AchBatchFileCompanyDetailEntity.
Declaration
public string ResponseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResponseCode. |
ResponseDate
Gets or sets the ResponseDate associated with this AchBatchFileCompanyDetailEntity.
Declaration
public DateTime? ResponseDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ResponseDate. |
ResponseStudentAccountTransactionId
Gets or sets the ResponseStudentAccountTransactionId associated with this AchBatchFileCompanyDetailEntity.
Declaration
public int? ResponseStudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ResponseStudentAccountTransactionId. |
RowVersion
Gets or sets the RowVersion associated with this AchBatchFileCompanyDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ScheduledDisbursementId
Gets or sets the ScheduledDisbursementId associated with this AchBatchFileCompanyDetailEntity.
Declaration
public int? ScheduledDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ScheduledDisbursementId. |
StudentAccountTransactionId
Gets or sets the StudentAccountTransactionId associated with this AchBatchFileCompanyDetailEntity.
Declaration
public int StudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAccountTransactionId. |
TaskId
Gets or sets the TaskId associated with this AchBatchFileCompanyDetailEntity.
Declaration
public int? TaskId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TaskId. |
TransactionCode
Gets or sets the TransactionCode associated with this AchBatchFileCompanyDetailEntity.
Declaration
public string TransactionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionCode. |
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()