Class PricingTransportOrderConverter
Inheritance
System.Object
PricingTransportOrderConverter
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 class PricingTransportOrderConverter
Methods
| Improve this Doc View SourceConvertFromShipment(TransportOrder)
Converts a transportOrder to a list of pricing input objects
Declaration
public static IList<ShipmentItemInputObject> ConvertFromShipment(TransportOrder transportOrder)
Parameters
Type | Name | Description |
---|---|---|
TransportOrder | transportOrder | The transportOrder |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<ShipmentItemInputObject> |