Search Results for

    Show / Hide Table of Contents

    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 Source

    DatevExportDataRow()

    Declaration
    public DatevExportDataRow()
    | Improve this Doc View Source

    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 Source

    Belegdatum

    Gets or sets the transaction date

    Declaration
    public DateTime Belegdatum { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    Belegfeld1

    Gets or sets the record text 1

    Declaration
    public string Belegfeld1 { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Belegfeld2

    Gets or sets the record text 2

    Declaration
    public string Belegfeld2 { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    BU_Schluessel

    Gets or sets the booking key

    Declaration
    public string BU_Schluessel { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Buchungstext

    Gets or sets the bookingtext

    Declaration
    public string Buchungstext { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ExportId

    Gets or sets the id for the assigned export

    Declaration
    public Guid ExportId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Exportiert

    Gets or sets the time when this was exported

    Declaration
    public DateTime? Exportiert { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    | Improve this Doc View Source

    Festschreibung

    Gets or sets the commit flag

    Declaration
    public bool Festschreibung { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Gegenkonto

    Gets or sets the to account

    Declaration
    public string Gegenkonto { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Guid

    Gets or sets the unque id

    Declaration
    public Guid Guid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsTaxRow

    Gets or sets the tax row flag

    Declaration
    public bool IsTaxRow { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Konto

    Gets or sets the from account

    Declaration
    public string Konto { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Kostenstelle

    Gets or sets the cost center

    Declaration
    public string Kostenstelle { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Leistungsdatum

    Gets or sets the service date

    Declaration
    public DateTime Leistungsdatum { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    Skonto

    Gets or sets the cash discount

    Declaration
    public PreciseDecimal Skonto { get; set; }
    Property Value
    Type Description
    PreciseDecimal
    | Improve this Doc View Source

    SollHaben

    Gets or sets the debit and credit flag

    Declaration
    public string SollHaben { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TaxId

    Gets or sets the assigned tax id

    Declaration
    public Guid? TaxId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    TenantId

    Gets or sets the tenant id

    Declaration
    public Guid TenantId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    TransactionId

    Gets or sets the transaction id

    Declaration
    public Guid TransactionId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Umsatz

    Gets or sets the sales value

    Declaration
    public PreciseDecimal Umsatz { get; set; }
    Property Value
    Type Description
    PreciseDecimal

    Methods

    | Improve this Doc View Source

    Save()

    Writes the data row to database

    Declaration
    public void Save()
    | Improve this Doc View Source

    SetExported()

    Set this data row as exported

    Declaration
    public void SetExported()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx