Class TourShipmentAssignment
Represents the assignment between Shipment and Tour. The reason is that they have a many to many connection
Inheritance
System.Object
TourShipmentAssignment
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Logistics.Planning
Assembly: Simplic.Logistics.Planning.dll
Syntax
public class TourShipmentAssignment
Properties
| Improve this Doc View SourceOrderId
Gets or sets the order id
Declaration
public int OrderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ShipmentId
Gets or sets the shipment id
Declaration
public Guid ShipmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TourId
Gets or sets the tour id
Declaration
public Guid TourId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |