Search Results for

    Show / Hide Table of Contents

    Class Contact

    Model for Contact.

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

    Properties

    | Improve this Doc View Source

    Additional01

    Gets or sets the Additional01 of the contact.

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

    Birthday

    Gets or sets the contact birthday.

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

    BusinessHomePage

    Gets or sets the business homepage.

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

    CloudSyncCreateDate

    Gets or sets the creation date of the contact.

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

    CloudSyncStatus

    Gets or sets the sync status of the contact.

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

    CloudSyncUploadDate

    Gets or sets the upload date of the contact.

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

    CompanyName

    Gets or sets the company name.

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

    ContactId

    Gets or sets the unique contact id (pk).

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

    ContactIDRef

    Gets or sets the ID Ref of the contact.

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

    ContactStatusKeyID

    Gets or sets the statusKeyID of the contact.

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

    ContactSubTypeKeyID

    Gets or sets the SubTyoeKeyID of the contact.

    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

    CreateUserId

    Gets or sets the create user id of the contact.

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

    DateTimeCreated

    Gets or sets the create-date-time of the contact.

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

    DateTimeUpdated

    Gets or sets the update date time of the contact.

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

    Department

    Gets or sets the department name of the contact.

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

    DifferentLocationPhysicalAddressId

    Gets or sets a different company location physicall address id.

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

    DisplayName

    Gets or sets the display name of the contact.

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

    DuplicateState

    Gets or sets the duplicate state of the contact.

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

    EKSNr

    Gets or sets the incomming tax number.

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

    EnablePhoneResolving

    Gets or sets whether phone resolving is enabled or not.

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

    FirstName

    Gets or sets the first name of the contact.

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

    FriendlyName

    Gets or sets the friendly name of the contact.

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

    GroupFullAccess

    Gets or sets the full access permission for groups of the contact.

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

    GroupReadAccess

    Gets or sets the read access permission for groups of the contact.

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

    GroupWriteAccess

    Gets or sets the writing access permission for groups of the contact.

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

    Guid

    Gets or sets the unique id of the contact.

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

    HashValue

    Gets or sets the hash value of the contact.

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

    IsDeleted

    Gets or sets the is-deleted flag of the contact.

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

    IsTempContact

    Gets or sets the the flag for temporary contacts.

    Declaration
    public bool IsTempContact { get; set; }
    Property Value
    Type Description
    System.Boolean
    | 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

    LastName

    Gets or sets the last name of the contact.

    Declaration
    public string LastName { get; set; }
    Property Value
    Type Description
    System.String
    | 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

    MatchCode

    Gets or sets the matchCode.

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

    NickName

    Gets or sets the nickname of the contact.

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

    NotesDeprecated

    Gets or sets the deprecated notes of the contact.

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

    OwnerId

    Gets or sets the full access permission to users of the contact.

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

    PhotoBlobGuid

    Gets or sets the blobguid of the profile picutre.

    Declaration
    public Guid? PhotoBlobGuid { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | 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

    Remark

    Gets or sets a general remark value.

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

    RepresentativeGroupGuid

    Gets or sets a representative group id.

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

    Salutatiosn

    Gets or sets the salutation of the contact.

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

    SendNewsletter

    Gets or sets whether this contact should get newsletter information or not.

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

    TaxId

    Gets or sets the tax-id of the contact.

    Declaration
    public string TaxId { get; set; }
    Property Value
    Type Description
    System.String
    | 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

    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

    UpdateUserId

    Gets or sets the user-id of the update user.

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

    UserFullAccess

    Gets or sets the full access permission to users of the contact.

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

    UserFunction

    Gets or sets the userfunction (in the branch/company) of the contact.

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

    UserReadAccess

    Gets or sets the reading access permission to users of the contact.

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

    UserWriteAccess

    Gets or sets the writing access permission to users of the contact.

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

    WIdNr

    Gets or sets the contact WIdNr.

    Declaration
    public string WIdNr { 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