Search Results for

    Show / Hide Table of Contents

    Class FinancialAccountingClient

    Client data for the export header

    Inheritance
    System.Object
    FinancialAccountingClient
    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 FinancialAccountingClient

    Constructors

    | Improve this Doc View Source

    FinancialAccountingClient()

    Constructor

    Declaration
    public FinancialAccountingClient()

    Properties

    | Improve this Doc View Source

    ClientNumber

    Gets/sets the unique number of the client

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

    ConsulterNumber

    Gets/sets the unique number of the consultant

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

    DatevAccountNumberLenght

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

    ExportFormat

    Export format assigned to this client

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

    FinancialYearStart

    Gets/sets the start of the financial year

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

    Guid

    Gets/sets the unique id

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

    IsDeleted

    Gets/sets the client data as deleted

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

    tenant

    Gets the tenant object

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

    TenantId

    Gets/sets the assigned tenant

    Declaration
    public Guid TenantId { get; set; }
    Property Value
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx