Search Results for

    Show / Hide Table of Contents

    Interface ITransportRequirementListRepository

    Interface for all TransportRequirementList DB functions

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

    Methods

    | Improve this Doc View Source

    Delete(TransportRequirementList)

    Deletes a TransportRequirementList

    Declaration
    void Delete(TransportRequirementList transportRequirementList)
    Parameters
    Type Name Description
    TransportRequirementList transportRequirementList

    The TransportRequirementList to delte

    | Improve this Doc View Source

    Get(Guid)

    Gets a TransportRequirementList by the Guid

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

    The Guid of a TransportRequirementList

    Returns
    Type Description
    TransportRequirementList

    Returns a new instance of TransportRequirementList

    | Improve this Doc View Source

    GetAll()

    Gets all TransportRequirementLists

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

    Returns an enumerable with all TransportRequirementLists

    | Improve this Doc View Source

    GetAllForContact(Guid)

    Gets all TransportRequirementLists for a contact

    Declaration
    IEnumerable<TransportRequirementList> GetAllForContact(Guid contactId)
    Parameters
    Type Name Description
    System.Guid contactId

    The Id of the Contact

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

    Returns an Enumerable of a TransportRequirementLists

    | Improve this Doc View Source

    Save(TransportRequirementList)

    Saves a TransportRequirementList

    Declaration
    void Save(TransportRequirementList transportRequirementList)
    Parameters
    Type Name Description
    TransportRequirementList transportRequirementList

    The TransportRequirementList to save

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