Search Results for

    Show / Hide Table of Contents

    Class ImportContact

    Class to represent a contact import object.

    Inheritance
    System.Object
    ImportContact
    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.SAC.ContactImport
    Assembly: Simplic.SAC.ContactImport.dll
    Syntax
    public class ImportContact

    Properties

    | Improve this Doc View Source

    Additional01

    Gets or sets the additional01 field of the contact.

    A field for any addition.

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

    Birthday

    Gets or sets the birthday of the contact.

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

    BusinessHomePage

    Gets or sets the address of the business home page of the contact.

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

    BusinessPhoneNumber

    Gest or sets the business phone number.

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

    Category1

    Gets or sets the first category.

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

    Category2

    Gets or sets the second category.

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

    Category3

    Gets or sets the third category.

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

    City

    Gets or sets the city of the primary physical address.

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

    CompanyName

    Gets or sets the company name of the contact.

    This can vary from the company name of the physical address.

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

    ContactId

    Gets or sets the contact id.

    Should be empty for a new contact. Will be filled on successfull import.

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

    ContactSubTypeKeyId

    Gets or sets the contact sub type key id.

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

    ContactTypeKeyId

    Gets or sets the contact type key id.

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

    Country

    Gets or sets the country of the primary physical address.

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

    CountryIso

    Gets or sets the country iso of the primary physical address.

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

    CreateDateTime

    Gets or sets the create date time.

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

    CreditorAccountNumber

    Gets or sets the personal account number of the creditor.

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

    CreditorAccountSampleNumber

    Gets or sets the guid for the creditor personal account sample.

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

    DebitorAccountNumber

    Gets or sets the personal account number of the debitor.

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

    DebitorAccountSampleNumber

    Gets or sets the guid for the debitor personal account sample.

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

    Department

    Gets or sets the department of the contact.

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

    District

    Gets ors ets the district of the primary physical address.

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

    EKSNr

    Gets or sets the EKS number of the contact.

    Represents the incomming tax number.

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

    EmailAddress

    Gets or sets the email address.

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

    FirstName

    Gets or sets the first name of the contact.

    This can vary from the first name of the physical address.

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

    Id

    Gets or sets the guid id of the contact.

    Should be empty for a new contact. Will be filled on successfull import.

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

    ImportId

    Gets or sets the id of the import.

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

    JobTitle

    Gets or sets the job title of the contact.

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

    Land

    Gets or sets the land of the primary physical address.

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

    LanguageId

    Gets or sets the languagr id of the primary physical address.

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

    LastName

    Gets or sets the last name of the contact.

    This can vary from the last name of the physical address.

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

    Latitude

    Gets or sets the latitude of the primary physical address.

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

    LetterSalutation

    Gets or sets the letter salutation of the contact.

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

    LetterTitle

    Gets or sets the letter title of the contact.

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

    LockBox

    Gets or sets the lock box of the primary physical address.

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

    LockBoxZipCode

    Gets or sets the zipcode of the lock box of the primary physical address.

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

    Longitude

    Gets or sets the longitude of the primary physical address.

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

    MatchCode

    Gets or sets the match code of the contact.

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

    MobilePhoneNumber

    Gets or sets the mobile phone number.

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

    NickName

    Gets or sets the nick name of the contact.

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

    PortCode

    Gets or sets the port code of the contact.

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

    PrimaryPhysicalAddressGuid

    Gets or sets the guid of the primary physical contact.

    Should be empty for a new contact. Will be filled on successfull import.

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

    PrimaryPhysicalAddressId

    Gets or sets the id of the primary physical contact.

    Should be empty for a new contact. Will be filled on successfull import.

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

    Remark

    Gets or sets the remark of the contact.

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

    Salutation

    Gets or sets the salutation of the contact.

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

    StatusCode

    Gets or sets the status code of the import.

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

      StatusMessage

      Gets or sets the status message of the import.

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

      Street

      Gets or sets the street of the primary physical address.

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

      TenantId

      Gets or sets the tenant id of the contact.

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

      Title

      Gets or sets the title of the contact.

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

      UserFunction

      Gets or sets the user function of the contact.

      A field to give more information of the functionallity that the contact has in his company.

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

      VatId

      Gets or sets the tax id of the contact.

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

      WIdNr

      Gets or sets the WId number of the contact.

      WIdNr short for "Wirtschafts-Identifikationsnummer".

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

      ZipCode

      Gets or sets the zipcode of the primary physical address.

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