Search Results for

    Show / Hide Table of Contents

    Class DatevAddressItem

    Builds the adress data for the datev csv export

    Inheritance
    System.Object
    DatevAddressItem
    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
    Assembly: Simplic.ERP.Core.dll
    Syntax
    public class DatevAddressItem

    Constructors

    | Improve this Doc View Source

    DatevAddressItem(Contact, String)

    Constructor

    Declaration
    public DatevAddressItem(Contact contact, string accountNumber)
    Parameters
    Type Name Description
    Contact contact
    System.String accountNumber

    Properties

    | Improve this Doc View Source

    Contact

    Gets the contact object

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

    ContactId

    Gets or sets the contact id

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

    Data

    Gets the export data in datev field order

    Declaration
    public IEnumerable<string> Data { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.String>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx