Search Results for

    Show / Hide Table of Contents

    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 Source

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

    | Improve this Doc View Source

    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

    | Improve this Doc View Source

    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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx