Search Results for

    Show / Hide Table of Contents

    Class TractorUnit

    Inheritance
    System.Object
    Vehicle
    TractorUnit
    CraneTruck
    Inherited Members
    Vehicle.LoadVehicleTelematic()
    Vehicle.LoadAdditionalData(SAConnection, VehicleLoadOption)
    Vehicle.SaveAdditionalData(SAConnection)
    Vehicle.DeleteAdditionalData(SAConnection)
    Vehicle.LoadAppointments(SAConnection)
    Vehicle.AddNewAppointment()
    Vehicle.AddAppointment(Appointment)
    Vehicle.RemoveAppointment(Appointment)
    Vehicle.LoadEquipment(SAConnection)
    Vehicle.AddNewEquipmentItem(Guid)
    Vehicle.AddEquipment(VehicleEquipmentItem)
    Vehicle.RemoveEquipment(VehicleEquipmentItem)
    Vehicle.Id
    Vehicle.Tenants
    Vehicle.Location
    Vehicle.MatchCode
    Vehicle.DepartmentId
    Vehicle.CreateDateTime
    Vehicle.UpdateDateTime
    Vehicle.DispositionSortingKey
    Vehicle.QRCode
    Vehicle.State
    Vehicle.Remark
    Vehicle.Type
    Vehicle.TypeId
    Vehicle.YearOfManufacturing
    Vehicle.RegistrationDocumentLocationId
    Vehicle.RegistrationDocument
    Vehicle.VehicleRegistration
    Vehicle.MileAge
    Vehicle.OperatingHours
    Vehicle.MileAgeDate
    Vehicle.CarrierContactId
    Vehicle.TenantId
    Vehicle.SelectedTenant
    Vehicle.Bookkeeping
    Vehicle.RegistrationCertificate
    Vehicle.Appointments
    Vehicle.RemovedAppointments
    Vehicle.Equipment
    Vehicle.RemovedEquipment
    Vehicle.RegistrationPlate
    Vehicle.VehicleInsurances
    Vehicle.RegistrationPlateId
    Vehicle.Telematics
    Vehicle.Toll
    Vehicle.MaintenanceContract
    Vehicle.FuelTankCapacity
    Vehicle.AdditionalTechnicalData
    Namespace: Simplic.PlugIn.Logistics
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    [VehicleTypeImplementation("vehicle_type_tractor_unit")]
    public class TractorUnit : Vehicle

    Constructors

    | Improve this Doc View Source

    TractorUnit()

    Initialize new TractorUnit.

    Declaration
    public TractorUnit()

    Properties

    | Improve this Doc View Source

    Drivers

    Gets a list of driver. This list is read-only.

    Declaration
    public IReadOnlyList<Driver> Drivers { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<Driver>
    | Improve this Doc View Source

    EngineSerialNumber

    Gets or sets the serial number of the engine.

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

    LastInspectionMilage

    Gets or sets the mileage of the last inspection.

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

    PhoneNumber

    Gets or sets the phone number of the vehicle.

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

    Remarks

    Gets or sets the remarks of the vehicle.

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

    TollRate

    Gets or sets the toll rate of the vehicle.

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

    TrafficType

    Gets or sets the TrafficType.

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

    Trailers

    Gets a list of traielrs. This list is read-only.

    Declaration
    public IReadOnlyList<Vehicle> Trailers { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<Vehicle>
    | Improve this Doc View Source

    TransmissionSerialNumber

    Gets or sets the serial number of the transmission.

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

    Methods

    | Improve this Doc View Source

    DeleteTypeSpecificData(SAConnection)

    See DeleteTypeSpecificData(SAConnection).

    Declaration
    public override void DeleteTypeSpecificData(SAConnection connection)
    Parameters
    Type Name Description
    SAConnection connection
    Overrides
    Vehicle.DeleteTypeSpecificData(SAConnection)
    | Improve this Doc View Source

    LoadTypeSpecificData(SAConnection)

    See LoadTypeSpecificData(SAConnection).

    Declaration
    public override void LoadTypeSpecificData(SAConnection connection)
    Parameters
    Type Name Description
    SAConnection connection
    Overrides
    Vehicle.LoadTypeSpecificData(SAConnection)
    | Improve this Doc View Source

    SaveTypeSpecificData(SAConnection)

    See SaveTypeSpecificData(SAConnection)

    Declaration
    public override void SaveTypeSpecificData(SAConnection connection)
    Parameters
    Type Name Description
    SAConnection connection
    Overrides
    Vehicle.SaveTypeSpecificData(SAConnection)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx