[SerializableAttribute]
public class AccountingEntry : BindableCore
<SerializableAttribute>
Public Class AccountingEntry
Inherits BindableCore
AccountingEntry | Initializes a new instance of the AccountingEntry class |
EntryDate | Entry date [Fecha]. |
EntryReversal | Cancellation entry [Anulacion]. |
InvoiceId | Invoice identifier [IdFacturaCliente / IdFacturaProveedor]. |
JournalCode | Journal code [CodDiario]. |
Lines | Lines of accounting notes. |
PorfolioOrigin | Origin of accounting portfolio [CodOrigenMovCartera]. |
Reference | Reference [Referencia]. |
SourceType | Type of provenance [TipoProcedencia]. |
TaxTreatmentCode | Tax treatment code [CodTratamientoImpuesto]. |
TaxTreatmentType | Tax treatment type [CodTipoTratamientoImpuesto]. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |