Search Results for

    Show / Hide Table of Contents

    Class Tour

    Represents the model to create a tour

    Inheritance
    System.Object
    Tour
    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.Logistics.Planning
    Assembly: Simplic.Logistics.Planning.dll
    Syntax
    public class Tour

    Properties

    | Improve this Doc View Source

    CustomText

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

    EndDate

    Gets or sets the end date

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

    Guid

    Gets or sets the guid

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

    IsLocked

    Gets or sets if the tour is locked

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

    LockingType

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

    ResourceId

    Gets or sets the resource id

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

    Shipments

    Gets or sets the shipments

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

    StartDate

    Gets or sets the start date

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

    TourStatus

    Gets or sets the current tour status

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

    TypeId

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

    VehicleId

    Gets or sets the vehicle id

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