Search Results for

    Show / Hide Table of Contents

    Class FinancialExportContact

    Contains last export date

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

    Properties

    | Improve this Doc View Source

    ContactId

    Gets or sets the assigned contact id

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

    Guid

    Gets or sets the unique id

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

    LastExport

    Gets or sets the last date of export

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