Search Results for

    Show / Hide Table of Contents

    Interface ITransportRequirementRepository

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

    Methods

    | Improve this Doc View Source

    Delete(TransportRequirement)

    Deletes a TransportRequirement

    Declaration
    void Delete(TransportRequirement transportRequirement)
    Parameters
    Type Name Description
    TransportRequirement transportRequirement

    The TransportRequirement to delete

    | Improve this Doc View Source

    Get(Guid)

    Gets the TransportRequirement by the Guid

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

    The Guid of a TransportRequirement

    Returns
    Type Description
    TransportRequirement

    Returns a new instance of TransportRequirement

    | Improve this Doc View Source

    GetAll()

    Gets all TransportRequirements

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

    Returns a enumerable of all TransportRequirements

    | Improve this Doc View Source

    Save(TransportRequirement)

    Saves a TransportRequirement

    Declaration
    void Save(TransportRequirement transportRequirement)
    Parameters
    Type Name Description
    TransportRequirement transportRequirement

    The TransportRequirement to save

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