Search Results for

    Show / Hide Table of Contents

    Interface IPreProductListRepository

    Interface for all PreProductList DB functions

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

    Methods

    | Improve this Doc View Source

    Delete(PreProductList)

    Deletes a PreProductList

    Declaration
    void Delete(PreProductList preProductList)
    Parameters
    Type Name Description
    PreProductList preProductList

    The PreProduchtList to delte

    | Improve this Doc View Source

    Get(Guid)

    Gets a PreProductList by the Guid

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

    The Guid of a PreProductList

    Returns
    Type Description
    PreProductList

    Returns a new instance of PreProductList

    | Improve this Doc View Source

    GetAll()

    Gets all PreProductLists

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

    Returns an enumerable with all PreProductLists

    | Improve this Doc View Source

    GetAllForContact(Guid)

    Gets all PreProductLsts for a contact

    Declaration
    IEnumerable<PreProductList> GetAllForContact(Guid contactId)
    Parameters
    Type Name Description
    System.Guid contactId
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<PreProductList>
    | Improve this Doc View Source

    Save(PreProductList)

    Saves a PreProductList

    Declaration
    void Save(PreProductList preProductList)
    Parameters
    Type Name Description
    PreProductList preProductList

    The PreProductList to save

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