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 SourceConvertFromShipment(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> |
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> |