Class DatevExportDataRow
Inheritance
System.Object
DatevExportDataRow
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.ERP.Core.Datev
Assembly: Simplic.ERP.Core.dll
Syntax
public class DatevExportDataRow
Constructors
| Improve this Doc View SourceDatevExportDataRow()
Declaration
public DatevExportDataRow()
DatevExportDataRow(String, Guid, DateTime, Boolean, Nullable<DateTime>, Guid, Guid, Boolean, Nullable<Guid>)
Constructor
Declaration
public DatevExportDataRow(string row, Guid exportId, DateTime belegDatum, bool festschreibung, DateTime? leistungsdatum, Guid tenantId, Guid transactionId, bool isTaxRow, Guid? taxId)
Parameters
Type | Name | Description |
---|---|---|
System.String | row | |
System.Guid | exportId | |
System.DateTime | belegDatum | |
System.Boolean | festschreibung | |
System.Nullable<System.DateTime> | leistungsdatum | |
System.Guid | tenantId | |
System.Guid | transactionId | |
System.Boolean | isTaxRow | |
System.Nullable<System.Guid> | taxId |
Properties
| Improve this Doc View SourceBelegdatum
Gets or sets the transaction date
Declaration
public DateTime Belegdatum { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Belegfeld1
Gets or sets the record text 1
Declaration
public string Belegfeld1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Belegfeld2
Gets or sets the record text 2
Declaration
public string Belegfeld2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BU_Schluessel
Gets or sets the booking key
Declaration
public string BU_Schluessel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Buchungstext
Gets or sets the bookingtext
Declaration
public string Buchungstext { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExportId
Gets or sets the id for the assigned export
Declaration
public Guid ExportId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Exportiert
Gets or sets the time when this was exported
Declaration
public DateTime? Exportiert { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Festschreibung
Gets or sets the commit flag
Declaration
public bool Festschreibung { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Gegenkonto
Gets or sets the to account
Declaration
public string Gegenkonto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guid
Gets or sets the unque id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsTaxRow
Gets or sets the tax row flag
Declaration
public bool IsTaxRow { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Konto
Gets or sets the from account
Declaration
public string Konto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Kostenstelle
Gets or sets the cost center
Declaration
public string Kostenstelle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Leistungsdatum
Gets or sets the service date
Declaration
public DateTime Leistungsdatum { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Skonto
Gets or sets the cash discount
Declaration
public PreciseDecimal Skonto { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
SollHaben
Gets or sets the debit and credit flag
Declaration
public string SollHaben { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TaxId
Gets or sets the assigned tax id
Declaration
public Guid? TaxId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
TenantId
Gets or sets the tenant id
Declaration
public Guid TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TransactionId
Gets or sets the transaction id
Declaration
public Guid TransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Umsatz
Gets or sets the sales value
Declaration
public PreciseDecimal Umsatz { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
Methods
| Improve this Doc View SourceSave()
Writes the data row to database
Declaration
public void Save()
SetExported()
Set this data row as exported
Declaration
public void SetExported()