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 SourceDriverIds
Gets or sets the assigned driver ids
Declaration
IList<Guid> DriverIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Guid> |
TractorUnitId
Gets or sets the tractor unit id
Declaration
Guid TractorUnitId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TrailerIds
Gets or sets the assigned trailer ids
Declaration
IList<Guid> TrailerIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Guid> |