AccountingEntryDraft Class

Draft accounting note.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
[SerializableAttribute]
public class AccountingEntryDraft : BindableCore
Inheritance
Object    BindableCore    AccountingEntryDraft

Constructors

AccountingEntryDraft Class constructor.

Properties

Analytical Analytical information of the note.
Concept Concept of the note [Concepto].
Credit Credit Amount [Haber].
CurrencyCode Currency Code [CodDivisa].
CurrencyCredit Credit amount in currency [HaberDivisa].
CurrencyDebit Debit amount in currency [DebeDivisa].
Debit Debit Amount [Debe].
Description Description of the note [Descripcion].
Document Note document [Documento].
EntryDate Accounting entry date [FechaAsiento].
EntryNumber Accounting entry number [NumLinea]
ExternalDocument External Document [DocumentoExterno].
Id Identifier of the draft line [Id].
OriginCode Origin Code (the client, or the account, or the supplier, etc...) [ClientCode, SupplierCode, OwnBancoId, FixedActiveCode, AccountCode]. It will depend on the originType
OriginType Source type [TipoOrigen].

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also