Class CreditCardBatchResponseTypeEntity
This class represents the EntityModel interface to the SaResponseType database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CreditCardBatchResponseTypeEntity : Entity, IIdentifiable
Constructors
CreditCardBatchResponseTypeEntity()
Declaration
public CreditCardBatchResponseTypeEntity()
Fields
AllowAddToStudentGroupProperty
The AllowAddToStudentGroup property.
Declaration
public static readonly EntityProperty AllowAddToStudentGroupProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AllowAddTransactionProperty
The AllowAddTransaction property.
Declaration
public static readonly EntityProperty AllowAddTransactionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AllowApplyNsfProperty
The AllowApplyNsf property.
Declaration
public static readonly EntityProperty AllowApplyNsfProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AllowTriggeredTaskProperty
The AllowTriggeredTask property.
Declaration
public static readonly EntityProperty AllowTriggeredTaskProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AllowVoidTransactionProperty
The AllowVoidTransaction property.
Declaration
public static readonly EntityProperty AllowVoidTransactionProperty
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 |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AllowAddToStudentGroup
Gets or sets the AllowAddToStudentGroup associated with this CreditCardBatchResponseTypeEntity.
Declaration
public bool? AllowAddToStudentGroup { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The AllowAddToStudentGroup. |
AllowAddTransaction
Gets or sets the AllowAddTransaction associated with this CreditCardBatchResponseTypeEntity.
Declaration
public bool? AllowAddTransaction { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The AllowAddTransaction. |
AllowApplyNsf
Gets or sets the AllowApplyNsf associated with this CreditCardBatchResponseTypeEntity.
Declaration
public bool? AllowApplyNsf { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The AllowApplyNsf. |
AllowTriggeredTask
Gets or sets the AllowTriggeredTask associated with this CreditCardBatchResponseTypeEntity.
Declaration
public bool? AllowTriggeredTask { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The AllowTriggeredTask. |
AllowVoidTransaction
Gets or sets the AllowVoidTransaction associated with this CreditCardBatchResponseTypeEntity.
Declaration
public bool AllowVoidTransaction { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The AllowVoidTransaction. |
Code
Gets or sets the Code associated with this CreditCardBatchResponseTypeEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
Id
Gets or sets the Id associated with this CreditCardBatchResponseTypeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this CreditCardBatchResponseTypeEntity.
Declaration
public bool? IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsActive. |
Name
Gets or sets the Name associated with this CreditCardBatchResponseTypeEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
RowVersion
Gets or sets the RowVersion associated with this CreditCardBatchResponseTypeEntity.
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()