Search Results for

    Show / Hide Table of Contents

    Interface IContactImportService

    Namespace: Simplic.SAC.ContactImport
    Assembly: Simplic.SAC.ContactImport.dll
    Syntax
    public interface IContactImportService

    Methods

    | Improve this Doc View Source

    Delete(ImportContact)

    Deletes an import contact.

    Declaration
    bool Delete(ImportContact obj)
    Parameters
    Type Name Description
    ImportContact obj

    The import contact to delete.

    Returns
    Type Description
    System.Boolean

    Whether the delete was successfull.

    | Improve this Doc View Source

    Delete(Guid)

    Delets an import contact.

    Declaration
    bool Delete(Guid id)
    Parameters
    Type Name Description
    System.Guid id

    The id of an import contact.

    Returns
    Type Description
    System.Boolean

    Whether the delete was successfull.

    | Improve this Doc View Source

    Get(Guid)

    Gets an import contact.

    Declaration
    ImportContact Get(Guid id)
    Parameters
    Type Name Description
    System.Guid id

    The id of an import contact.

    Returns
    Type Description
    ImportContact

    The import contact with the given id.

    | Improve this Doc View Source

    GetAll()

    Gets all import contacts.

    Declaration
    IEnumerable<ImportContact> GetAll()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ImportContact>

    An enumberable of all import contacts.

    | Improve this Doc View Source

    GetAllEnqueued()

    Gets all enqueued import cotacts.

    Declaration
    IEnumerable<ImportContact> GetAllEnqueued()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ImportContact>

    An enumerable of all enqueued import contacts.

    | Improve this Doc View Source

    Import(ImportContact)

    Imports an import contact.

    Declaration
    bool Import(ImportContact obj)
    Parameters
    Type Name Description
    ImportContact obj

    An import contact instance.

    Returns
    Type Description
    System.Boolean

    Whether the import was successfull.

    | Improve this Doc View Source

    ImportAllEnqueued()

    Imports all enqueued import cotacts.

    Declaration
    bool ImportAllEnqueued()
    Returns
    Type Description
    System.Boolean

    Whether all imports were successfull.

    | Improve this Doc View Source

    Save(ImportContact)

    Saves an import contact.

    Declaration
    bool Save(ImportContact obj)
    Parameters
    Type Name Description
    ImportContact obj

    An import contact instance.

    Returns
    Type Description
    System.Boolean

    Whether the save was successfull.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx