Search Results for

    Show / Hide Table of Contents

    Class TourStop

    Represents a tour stop

    Inheritance
    System.Object
    TourStop
    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 class TourStop

    Properties

    | Improve this Doc View Source

    AddressId

    Gets or sets the contact id / address id

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

    ArrivalDate

    Gets or sets the arrival date of a tour

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

    ArrivalTime

    Gets or sets the arrival time of a tour

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

    DateArrived

    Gets or sets the date when the stop has finished

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

    DurationInMinutes

    Gets or sets the duration in minutes

    Declaration
    public int DurationInMinutes { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Id

    Gets or sets the id of the stop

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

    IsDeleted

    Gets or sets whether the stop is deleted or not

    Declaration
    public bool IsDeleted { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsFinished

    Gets or sets wheter the stop has finished or not

    Declaration
    public bool IsFinished { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    OrderNr

    Gets or sets the order number within the tour

    Declaration
    public int OrderNr { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TimeArrived

    Gets or sets the time, when the stop has finished

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

    Title

    Gets or sets the title of the stop

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

    TourId

    Gets or sets the tour id

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