Search Results for

    Show / Hide Table of Contents

    Class TourItemInputObject

    A ShipmentItem pricing input object

    Inheritance
    System.Object
    TourItemInputObject
    Namespace: Simplic.Logistics.Pricing
    Assembly: Simplic.Logistics.Pricing.dll
    Syntax
    public class TourItemInputObject : IInputObject

    Properties

    | Improve this Doc View Source

    CarrierAddress

    Gets or sets the carrier address

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

    Conditions

    Gets or sets the conditions

    Declaration
    public IList<Condition> Conditions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<Condition>
    | Improve this Doc View Source

    CurrentCondition

    Gets or sets the current condition

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

    CurrentPrice

    Gets the current price

    Declaration
    public double CurrentPrice { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    CustomVariableValues

    Gest or sets the custom pricing variables

    Declaration
    public IList<CustomVariableValue> CustomVariableValues { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<CustomVariableValue>
    | Improve this Doc View Source

    Distance

    Gets or sets the actual shipment distance (from load to delivery address) in km.

    Declaration
    public double Distance { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    EndAddress

    Gets or sets the end address

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

    EndDate

    Gets or sets the tour end date

    Declaration
    public DateTime EndDate { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    GroupingKey

    Gets or sets the grouping key

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

    Notes

    Gets or sets the note

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

    Price

    Gets or sets the price

    Declaration
    public double Price { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Protocol

    Gets or sets the protocol

    Declaration
    public IList<ProtocolEntry> Protocol { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<ProtocolEntry>
    | Improve this Doc View Source

    ReferenceContext

    Gets the reference context

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

    ReferenceGuid

    Gets or sets the reference guid

    Declaration
    public Guid ReferenceGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    ShipmentInput

    Gets or sets the shipment item in the tour as pricing object

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

    StadtDate

    Gets or sets the tour start date

    Declaration
    public DateTime StadtDate { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    StartAddress

    Gets or sets the start address

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

    TollDistance

    Gets or sets the toll distance of a shipment in km.

    Declaration
    public double TollDistance { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    TourGuid

    Gets or sets the item guid

    Declaration
    public Guid TourGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    TourNr

    Gets or sets the shipment nr

    Declaration
    public string TourNr { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx