Search Results for

    Show / Hide Table of Contents

    Class PricingTourConverter

    Inheritance
    System.Object
    PricingTourConverter
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public static class PricingTourConverter

    Methods

    | Improve this Doc View Source

    ConvertFromTour(Tour)

    Converts a tour to a list of pricing input objects

    Declaration
    public static IList<TourItemInputObject> ConvertFromTour(Tour tour)
    Parameters
    Type Name Description
    Tour tour

    The shipment

    Returns
    Type Description
    System.Collections.Generic.IList<TourItemInputObject>
    | Improve this Doc View Source

    ConvertFromTours(IList<Tour>)

    Converts a list of tours to a list of pricing input objects

    Declaration
    public static IList<TourItemInputObject> ConvertFromTours(IList<Tour> tours)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<Tour> tours
    Returns
    Type Description
    System.Collections.Generic.IList<TourItemInputObject>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx