Class StudentAccountTransactionAppliedPaymentDataChangeEntity
This class represents the EntityModel interface to the SyAudit_SaTransApplyCredit database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentAccountTransactionAppliedPaymentDataChangeEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentAccountTransactionAppliedPaymentDataChangeEntity()
Declaration
public StudentAccountTransactionAppliedPaymentDataChangeEntity()
Fields
AmountProperty
The Amount property.
Declaration
public static readonly EntityProperty AmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AppliedByTransactionNumberProperty
The AppliedByTransactionNumber property.
Declaration
public static readonly EntityProperty AppliedByTransactionNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AppliedToTransactionNumberProperty
The AppliedToTransactionNumber property.
Declaration
public static readonly EntityProperty AppliedToTransactionNumberProperty
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 |
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 |
NewAppliedAmountProperty
The NewAppliedAmount property.
Declaration
public static readonly EntityProperty NewAppliedAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousAppliedAmountProperty
The PreviousAppliedAmount property.
Declaration
public static readonly EntityProperty PreviousAppliedAmountProperty
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 |
StudentAccountTransactionIdProperty
The StudentAccountTransactionId property.
Declaration
public static readonly EntityProperty StudentAccountTransactionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionDateProperty
The TransactionDate property.
Declaration
public static readonly EntityProperty TransactionDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionNumberProperty
The TransactionNumber property.
Declaration
public static readonly EntityProperty TransactionNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TypeProperty
The Type property.
Declaration
public static readonly EntityProperty TypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Amount
Gets or sets the Amount associated with this StudentAccountTransactionAppliedPaymentDataChangeEntity.
Declaration
public decimal? Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The Amount. |
AppliedByTransactionNumber
Gets or sets the AppliedByTransactionNumber associated with this StudentAccountTransactionAppliedPaymentDataChangeEntity.
Declaration
public int? AppliedByTransactionNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AppliedByTransactionNumber. |
AppliedToTransactionNumber
Gets or sets the AppliedToTransactionNumber associated with this StudentAccountTransactionAppliedPaymentDataChangeEntity.
Declaration
public int? AppliedToTransactionNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AppliedToTransactionNumber. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAccountTransactionAppliedPaymentDataChangeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this StudentAccountTransactionAppliedPaymentDataChangeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAccountTransactionAppliedPaymentDataChangeEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAccountTransactionAppliedPaymentDataChangeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NewAppliedAmount
Gets or sets the NewAppliedAmount associated with this StudentAccountTransactionAppliedPaymentDataChangeEntity.
Declaration
public decimal? NewAppliedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The NewAppliedAmount. |
PreviousAppliedAmount
Gets or sets the PreviousAppliedAmount associated with this StudentAccountTransactionAppliedPaymentDataChangeEntity.
Declaration
public decimal? PreviousAppliedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PreviousAppliedAmount. |
RowVersion
Gets or sets the RowVersion associated with this StudentAccountTransactionAppliedPaymentDataChangeEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentAccountTransactionId
Gets or sets the StudentAccountTransactionId associated with this StudentAccountTransactionAppliedPaymentDataChangeEntity.
Declaration
public int? StudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAccountTransactionId. |
StudentId
Gets or sets the StudentId associated with this StudentAccountTransactionAppliedPaymentDataChangeEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
TransactionDate
Gets or sets the TransactionDate associated with this StudentAccountTransactionAppliedPaymentDataChangeEntity.
Declaration
public DateTime? TransactionDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The TransactionDate. |
TransactionNumber
Gets or sets the TransactionNumber associated with this StudentAccountTransactionAppliedPaymentDataChangeEntity.
Declaration
public int? TransactionNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TransactionNumber. |
Type
Gets or sets the Type associated with this StudentAccountTransactionAppliedPaymentDataChangeEntity.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Type. |
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()