Search Results for

    Show / Hide Table of Contents

    Class SpedionRequestConfiguration

    A class for a Spedion Request Configuration.

    Inheritance
    System.Object
    SpedionRequestConfiguration
    Implements
    ITelematicRequestConfiguration
    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 SpedionRequestConfiguration : ITelematicRequestConfiguration

    Properties

    | Improve this Doc View Source

    CustomerId

    Gets or sets the customer id.

    Used to send telematic messages to other customers.

    Declaration
    public int? CustomerId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    FormType

    Gets or sets the form type.

    Declaration
    public SpedionFormType FormType { get; set; }
    Property Value
    Type Description
    SpedionFormType
    | Improve this Doc View Source

    Message

    Gets or sets the message.

    Declaration
    public string Message { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Tour

    Gest or sets the spedion tour.

    Declaration
    public Tour Tour { get; set; }
    Property Value
    Type Description
    Tour
    | Improve this Doc View Source

    VehicleIdentifier

    Gets or sets the vehicle identifier.

    Declaration
    public string VehicleIdentifier { get; set; }
    Property Value
    Type Description
    System.String

    Implements

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