Search Results for

    Show / Hide Table of Contents

    Class IT_Tour

    Inheritance
    System.Object
    IT_Tour
    Namespace: Simplic.PlugIn.Logistics.EF
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class IT_Tour : Locking.ILockable

    Constructors

    | Improve this Doc View Source

    IT_Tour()

    Declaration
    public IT_Tour()

    Properties

    | Improve this Doc View Source

    ActualEndDate

    Gibt das Ist-Ende-Datum der Tour an, zum Beispiel durch Telematik ermittelt

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

    ActualEndTime

    Gibt die Ist-Ende-Zeit der Tour an, zum Beispiel durch Telematik ermittelt

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

    ActualStartDate

    Gibt das Ist-Start-Datum der Tour an, zum Beispiel durch Telematik ermittelt

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

    ActualStartTime

    Gibt die Ist-Start-Zeit der Tour an, zum Beispiel durch Telematik ermittelt

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

    CalculatedPrice

    Gets or sets the calculated price

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

    CarrierAddressContactId

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

    CarrierDispatcherId

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

    ConsecutiveTourId

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

    CreateDateTime

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

    CreateUserId

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

    CustomerContactId

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

    CustomPrice

    Gets or sets the custom price

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

    CustomPricingConfigurationId

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

    Description

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

    DriverId

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

    EndAddressContactId

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

    EndAddressLatitude

    Declaration
    public decimal? EndAddressLatitude { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Decimal>
    | Improve this Doc View Source

    EndAddressLongitude

    Declaration
    public decimal? EndAddressLongitude { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Decimal>
    | Improve this Doc View Source

    EndDate

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

    EndTime

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

    ERPOrderNr

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

    ExternalDriverPhoneNumber

    Gets or sets the external driver phone numer

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

    ExtTourId

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

    GeneratedTourId

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

    Guid

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

    IsCollectingTour

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

    IsDeleted

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

    IsFinished

    Gibt an, ob eine Tour abgefahren wurde oder nicht. Wird zum Beispiel für das Tour-Progress System verwendet

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

    IsFullLoad

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

    IsStarted

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

    SetTourStartEndContactAutomatically

    Gets or sets whether to set the tour start end contact automatically

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

    StartAddressContactId

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

    StartAddressLatitude

    Declaration
    public decimal? StartAddressLatitude { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Decimal>
    | Improve this Doc View Source

    StartAddressLongitude

    Declaration
    public decimal? StartAddressLongitude { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Decimal>
    | Improve this Doc View Source

    StartDate

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

    StartDayOfWeek

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

    StartTime

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

    Status

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

    TenantId

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

    TractorUnitId

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

    TractorUnitRegistrationNumber

    Gets or sets the tractor unit registration numner

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

    TrailerId

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

    TrailerRegistrationNumber

    Gets or sets the trailer unit registration numner

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

    UpdateDateTime

    Declaration
    public DateTime UpdateDateTime { get; set; }
    Property Value
    Type Description
    System.DateTime

    Methods

    | Improve this Doc View Source

    GetPersistantKey()

    Declaration
    public Guid GetPersistantKey()
    Returns
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx