Search Results for

    Show / Hide Table of Contents

    Interface IContactPreProductListRepository

    An interface for all ContactPreProductList DB functions

    Namespace: Simplic.Logistics.Cleaning
    Assembly: Simplic.Logistics.Cleaning.dll
    Syntax
    public interface IContactPreProductListRepository

    Methods

    | Improve this Doc View Source

    Delete(ContactPreProductList)

    Deletes a ContactPreProductList

    Declaration
    void Delete(ContactPreProductList contactPreProductList)
    Parameters
    Type Name Description
    ContactPreProductList contactPreProductList

    The ContactPreProductList to delete

    | Improve this Doc View Source

    Get(Guid)

    Gets a ContactPreProductList by its Guid

    Declaration
    ContactPreProductList Get(Guid guid)
    Parameters
    Type Name Description
    System.Guid guid

    The guid of a ContactPreProductList

    Returns
    Type Description
    ContactPreProductList

    Returns a new instance of a ContactPreProductList

    | Improve this Doc View Source

    GetAll()

    Gets all ContactPreProductLists

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

    Returns an enumerable of all ContactPreProductLists

    | Improve this Doc View Source

    GetAllForContact(Guid)

    Gets all ContactPreProductLists for a single Contact

    Declaration
    IEnumerable<ContactPreProductList> GetAllForContact(Guid guid)
    Parameters
    Type Name Description
    System.Guid guid

    The Guid of the contact

    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ContactPreProductList>

    Returns an enumerable of all ContactPreProductLists for a contact

    | Improve this Doc View Source

    Save(ContactPreProductList)

    Saves a ContactPreProductList

    Declaration
    void Save(ContactPreProductList contactPreProductList)
    Parameters
    Type Name Description
    ContactPreProductList contactPreProductList

    The ContactPreProductList to save

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