RegistrazioneContabileRiga class
Account record row.
public class RegistrazioneContabileRiga : BaseEntity
Public Members
name | description |
---|---|
RegistrazioneContabileRiga() | The default constructor. |
Avere { get; set; } | Debit amount. |
CausaleContabileId { get; set; } | Unique CausaleContabile id. |
Conto { get; set; } | Account number (e.g., "100.20") |
ContoRaw { get; set; } | Account number, raw (e.g.," 100 20"). |
Dare { get; set; } | Credit amount. |
DescrizioneConto { get; set; } | Description. |
EmissioneId { get; set; } | Referenced Documento id. |
Note { get; set; } | Notes. |
PartitaAnno { get; set; } | Open debit entry's year. |
PartitaNumero { get; set; } | Open debit entry's number. |
RegistrazioneContabileId { get; set; } | Unique RegistrazioneContabile id. |
ScadenzaId { get; set; } | Unique Scadenza id. |
SezioneConto { get; set; } | Chart of accounts section. |
TipoConto { get; set; } | Account kind (charts of accounts.) |
See Also
- class BaseEntity
- namespace Amica