Class StudentAccountTransactionAdvanceTaxEntity
This class represents the EntityModel interface to the SaAdvanceTaxes database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentAccountTransactionAdvanceTaxEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentAccountTransactionAdvanceTaxEntity()
Declaration
public StudentAccountTransactionAdvanceTaxEntity()
Fields
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 |
IsAdvanceTaxProperty
The IsAdvanceTax property.
Declaration
public static readonly EntityProperty IsAdvanceTaxProperty
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 |
PaymentAmountProperty
The PaymentAmount property.
Declaration
public static readonly EntityProperty PaymentAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAccountTransactionAppliedPaymentIdProperty
The StudentAccountTransactionAppliedPaymentId property.
Declaration
public static readonly EntityProperty StudentAccountTransactionAppliedPaymentIdProperty
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 |
TaxAmountProperty
The TaxAmount property.
Declaration
public static readonly EntityProperty TaxAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TaxRateIdProperty
The TaxRateId property.
Declaration
public static readonly EntityProperty TaxRateIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAccountTransactionAdvanceTaxEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this StudentAccountTransactionAdvanceTaxEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAdvanceTax
Gets or sets the IsAdvanceTax associated with this StudentAccountTransactionAdvanceTaxEntity.
Declaration
public bool IsAdvanceTax { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAdvanceTax. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAccountTransactionAdvanceTaxEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAccountTransactionAdvanceTaxEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PaymentAmount
Gets or sets the PaymentAmount associated with this StudentAccountTransactionAdvanceTaxEntity.
Declaration
public decimal? PaymentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PaymentAmount. |
StudentAccountTransactionAppliedPaymentId
Gets or sets the StudentAccountTransactionAppliedPaymentId associated with this StudentAccountTransactionAdvanceTaxEntity.
Declaration
public int? StudentAccountTransactionAppliedPaymentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAccountTransactionAppliedPaymentId. |
StudentAccountTransactionId
Gets or sets the StudentAccountTransactionId associated with this StudentAccountTransactionAdvanceTaxEntity.
Declaration
public int StudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAccountTransactionId. |
StudentId
Gets or sets the StudentId associated with this StudentAccountTransactionAdvanceTaxEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
TaxAmount
Gets or sets the TaxAmount associated with this StudentAccountTransactionAdvanceTaxEntity.
Declaration
public decimal? TaxAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TaxAmount. |
TaxRateId
Gets or sets the TaxRateId associated with this StudentAccountTransactionAdvanceTaxEntity.
Declaration
public int? TaxRateId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TaxRateId. |
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()