Class StudentAccountTransactionConfigureAppliedPaymentEntity
This class represents the EntityModel interface to the SaPaymentApplyOrder database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentAccountTransactionConfigureAppliedPaymentEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentAccountTransactionConfigureAppliedPaymentEntity()
Declaration
public StudentAccountTransactionConfigureAppliedPaymentEntity()
Fields
ApplyToProperty
The ApplyTo property.
Declaration
public static readonly EntityProperty ApplyToProperty
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 |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
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 |
DebitSort1Property
The DebitSort1 property.
Declaration
public static readonly EntityProperty DebitSort1Property
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FundSourceIdProperty
The FundSourceId property.
Declaration
public static readonly EntityProperty FundSourceIdProperty
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 |
ParentBillingTransactionCodeIdProperty
The ParentBillingTransactionCodeId property.
Declaration
public static readonly EntityProperty ParentBillingTransactionCodeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PriorityOrderProperty
The PriorityOrder property.
Declaration
public static readonly EntityProperty PriorityOrderProperty
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 |
TransactionScopeProperty
The TransactionScope property.
Declaration
public static readonly EntityProperty TransactionScopeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ApplyTo
Gets or sets the ApplyTo associated with this StudentAccountTransactionConfigureAppliedPaymentEntity.
Declaration
public string ApplyTo { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ApplyTo. |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this StudentAccountTransactionConfigureAppliedPaymentEntity.
Declaration
public int? BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BillingTransactionCodeId. |
CampusId
Gets or sets the CampusId associated with this StudentAccountTransactionConfigureAppliedPaymentEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAccountTransactionConfigureAppliedPaymentEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DebitSort1
Gets or sets the DebitSort1 associated with this StudentAccountTransactionConfigureAppliedPaymentEntity.
Declaration
public string DebitSort1 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DebitSort1. |
FundSourceId
Gets or sets the FundSourceId associated with this StudentAccountTransactionConfigureAppliedPaymentEntity.
Declaration
public int? FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FundSourceId. |
Id
Gets or sets the Id associated with this StudentAccountTransactionConfigureAppliedPaymentEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAccountTransactionConfigureAppliedPaymentEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAccountTransactionConfigureAppliedPaymentEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ParentBillingTransactionCodeId
Gets or sets the ParentBillingTransactionCodeId associated with this StudentAccountTransactionConfigureAppliedPaymentEntity.
Declaration
public int? ParentBillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ParentBillingTransactionCodeId. |
PriorityOrder
Gets or sets the PriorityOrder associated with this StudentAccountTransactionConfigureAppliedPaymentEntity.
Declaration
public byte PriorityOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The PriorityOrder. |
RowVersion
Gets or sets the RowVersion associated with this StudentAccountTransactionConfigureAppliedPaymentEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TransactionScope
Gets or sets the TransactionScope associated with this StudentAccountTransactionConfigureAppliedPaymentEntity.
Declaration
public string TransactionScope { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionScope. |
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()