Interface VehicleOperationalPlanChangedEvent
Interface for a base shipment
Namespace: Simplic.Logistics.SchemaRegistry
Assembly: Simplic.Logistics.SchemaRegistry.dll
Syntax
public interface VehicleOperationalPlanChangedEvent
Properties
| Improve this Doc View SourceDateTime
Gets or sets the planned datetime
Declaration
DateTime DateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DriverIds
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> |