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