Class SpedionArrayConverter
Class for Array Converters used in Python Scripts
Inheritance
System.Object
SpedionArrayConverter
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.Telematic.Spedion
Assembly: Simplic.Telematic.Spedion.dll
Syntax
public class SpedionArrayConverter
Methods
| Improve this Doc View SourceGetAdditionalValueItemArrayByList(IList)
Gets an Array of AdditionalValueItems by a list
Declaration
public AdditionalValueItem[] GetAdditionalValueItemArrayByList(IList list)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.IList | list | A list filled with atleast one AdditionalValueItem |
Returns
Type | Description |
---|---|
AdditionalValueItem[] | Returns an Array of AdditionalValueItems |
GetOrderArrayByList(IList)
Gets an Array of orders by a list
Declaration
public Order[] GetOrderArrayByList(IList list)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.IList | list | A list filled with atleast one Order |
Returns
Type | Description |
---|---|
Order[] | Returns an Array of Orders |
GetPlaceArrayByList(IList)
Gets an Array of places by a list
Declaration
public Place[] GetPlaceArrayByList(IList list)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.IList | list | A list filled with atleast one Place |
Returns
Type | Description |
---|---|
Place[] | Returns an Array of Places |