Class CreditCardBatchFileSettingEntity
This class represents the EntityModel interface to the SaCreditCardBatchConfig database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CreditCardBatchFileSettingEntity : Entity, IIdentifiable, IAuditable
Constructors
CreditCardBatchFileSettingEntity()
Declaration
public CreditCardBatchFileSettingEntity()
Fields
AccountInformationProperty
The AccountInformation property.
Declaration
public static readonly EntityProperty AccountInformationProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AuthorizationAmountProperty
The AuthorizationAmount property.
Declaration
public static readonly EntityProperty AuthorizationAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BatchCountProperty
The BatchCount property.
Declaration
public static readonly EntityProperty BatchCountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusAssociationsProperty
The CampusAssociations property.
Declaration
public static readonly EntityProperty CampusAssociationsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
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 |
InitializationVectorProperty
The InitializationVector property.
Declaration
public static readonly EntityProperty InitializationVectorProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IntervalTimeToSendBatchesProperty
The IntervalTimeToSendBatches property.
Declaration
public static readonly EntityProperty IntervalTimeToSendBatchesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsAccountSuspendedOnFailedTransactionProperty
The IsAccountSuspendedOnFailedTransaction property.
Declaration
public static readonly EntityProperty IsAccountSuspendedOnFailedTransactionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsBatchAutoGeneratedProperty
The IsBatchAutoGenerated property.
Declaration
public static readonly EntityProperty IsBatchAutoGeneratedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsTestModeProperty
The IsTestMode property.
Declaration
public static readonly EntityProperty IsTestModeProperty
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 |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PartnerProperty
The Partner property.
Declaration
public static readonly EntityProperty PartnerProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PasswordProperty
The Password property.
Declaration
public static readonly EntityProperty PasswordProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentProcessorAccountIdProperty
The PaymentProcessorAccountId property.
Declaration
public static readonly EntityProperty PaymentProcessorAccountIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentProcessorIdProperty
The PaymentProcessorId property.
Declaration
public static readonly EntityProperty PaymentProcessorIdProperty
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 |
StaffGroupIdProperty
The StaffGroupId property.
Declaration
public static readonly EntityProperty StaffGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TimeToSendToProcessorProperty
The TimeToSendToProcessor property.
Declaration
public static readonly EntityProperty TimeToSendToProcessorProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionsPerBatchProperty
The TransactionsPerBatch property.
Declaration
public static readonly EntityProperty TransactionsPerBatchProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
UserNameProperty
The UserName property.
Declaration
public static readonly EntityProperty UserNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
VendorIdentifierProperty
The VendorIdentifier property.
Declaration
public static readonly EntityProperty VendorIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AccountInformation
Gets or sets the AccountInformation associated with this CreditCardBatchFileSettingEntity.
Declaration
public string AccountInformation { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountInformation. |
AuthorizationAmount
Gets or sets the AuthorizationAmount associated with this CreditCardBatchFileSettingEntity.
Declaration
public decimal AuthorizationAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AuthorizationAmount. |
BatchCount
Gets or sets the BatchCount associated with this CreditCardBatchFileSettingEntity.
Declaration
public int BatchCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BatchCount. |
CampusAssociations
Declaration
public virtual EntityCollection<CreditCardBatchFileSettingCampusAssociationEntity> CampusAssociations { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<CreditCardBatchFileSettingCampusAssociationEntity> |
Code
Gets or sets the Code associated with this CreditCardBatchFileSettingEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CreditCardBatchFileSettingEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this CreditCardBatchFileSettingEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InitializationVector
Gets or sets the InitializationVector associated with this CreditCardBatchFileSettingEntity.
Declaration
public string InitializationVector { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InitializationVector. |
IntervalTimeToSendBatches
Gets or sets the IntervalTimeToSendBatches associated with this CreditCardBatchFileSettingEntity.
Declaration
public string IntervalTimeToSendBatches { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IntervalTimeToSendBatches. |
IsAccountSuspendedOnFailedTransaction
Gets or sets the IsAccountSuspendedOnFailedTransaction associated with this CreditCardBatchFileSettingEntity.
Declaration
public bool IsAccountSuspendedOnFailedTransaction { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAccountSuspendedOnFailedTransaction. |
IsBatchAutoGenerated
Gets or sets the IsBatchAutoGenerated associated with this CreditCardBatchFileSettingEntity.
Declaration
public bool IsBatchAutoGenerated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsBatchAutoGenerated. |
IsSaveMessage
IsSaveMessage contains information whether to show override popup
Declaration
public bool IsSaveMessage { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTestMode
Gets or sets the IsTestMode associated with this CreditCardBatchFileSettingEntity.
Declaration
public bool IsTestMode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTestMode. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CreditCardBatchFileSettingEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CreditCardBatchFileSettingEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this CreditCardBatchFileSettingEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Partner
Gets or sets the Partner associated with this CreditCardBatchFileSettingEntity.
Declaration
public string Partner { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Partner. |
Password
Gets or sets the Password associated with this CreditCardBatchFileSettingEntity.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Password. |
PaymentProcessorAccountId
Gets or sets the PaymentProcessorAccountId associated with this CreditCardBatchFileSettingEntity.
Declaration
public int? PaymentProcessorAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaymentProcessorAccountId. |
PaymentProcessorId
Gets or sets the PaymentProcessorId associated with this CreditCardBatchFileSettingEntity.
Declaration
public int? PaymentProcessorId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaymentProcessorId. |
RowVersion
Gets or sets the RowVersion associated with this CreditCardBatchFileSettingEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StaffGroupId
Gets or sets the StaffGroupId associated with this CreditCardBatchFileSettingEntity.
Declaration
public int? StaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StaffGroupId. |
TimeToSendToProcessor
Gets or sets the TimeToSendToProcessor associated with this CreditCardBatchFileSettingEntity.
Declaration
public DateTime? TimeToSendToProcessor { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The TimeToSendToProcessor. |
TransactionsPerBatch
Gets or sets the TransactionsPerBatch associated with this CreditCardBatchFileSettingEntity.
Declaration
public int TransactionsPerBatch { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TransactionsPerBatch. |
UserName
Gets or sets the UserName associated with this CreditCardBatchFileSettingEntity.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The UserName. |
VendorIdentifier
Gets or sets the VendorIdentifier associated with this CreditCardBatchFileSettingEntity.
Declaration
public string VendorIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The VendorIdentifier. |
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()