Interface TourBase
Interface for a base tour
Namespace: Simplic.Logistics.SchemaRegistry
Assembly: Simplic.Logistics.SchemaRegistry.dll
Syntax
public interface TourBase
Properties
| Improve this Doc View SourceId
Gets or sets the id
Declaration
Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Shipments
Gets or sets the shipments in the tour
Declaration
IList<ShipmentBase> Shipments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ShipmentBase> |
TourPreplanningId
Gets or sets the tour pre-planning id
Declaration
Guid? TourPreplanningId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |