Search Results for

    Show / Hide Table of Contents

    Class PricingShipmentConverter

    Inheritance
    System.Object
    PricingShipmentConverter
    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 PricingShipmentConverter

    Methods

    | Improve this Doc View Source

    ConvertFromShipment(Shipment)

    Converts a shipment to a list of pricing input objects

    Declaration
    public static IList<ShipmentItemInputObject> ConvertFromShipment(Shipment shipment)
    Parameters
    Type Name Description
    Shipment shipment

    The shipment

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

    ConvertFromShipments(IList<Shipment>)

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

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