Search Results for

    Show / Hide Table of Contents

    Interface DefaultVehicleAssignmentChangedEvent

    Interface for a base shipment

    Namespace: Simplic.Logistics.SchemaRegistry
    Assembly: Simplic.Logistics.SchemaRegistry.dll
    Syntax
    public interface DefaultVehicleAssignmentChangedEvent

    Properties

    | Improve this Doc View Source

    DriverIds

    Gets or sets the assigned driver ids

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

    TractorUnitId

    Gets or sets the tractor unit id

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

    TrailerIds

    Gets or sets the assigned trailer ids

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