Class ScheduleShipmentModel
Represents the model that contains the data to schedule a shipment
Inheritance
System.Object
ScheduleShipmentModel
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 ScheduleShipmentModel
Properties
| Improve this Doc View SourceAppointmentId
Gets or sets the appointment id
Declaration
public Guid AppointmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
CustomText
Gets or sets the custom text
Declaration
public string CustomText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndDate
Gets or sets the end date
Declaration
public DateTime EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
LockingType
Gets or sets the locking-type of the appointment
Declaration
public LockingType LockingType { get; set; }
Property Value
Type | Description |
---|---|
LockingType |
ResourceId
Gets or sets the resource id
Declaration
public Guid ResourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Shipments
Gets or sets the shipments
Declaration
public IList<Shipment> Shipments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Shipment> |
StartDate
Gets or sets the start date
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
TourType
Gets or sets the tour type
Declaration
public TourType TourType { get; set; }
Property Value
Type | Description |
---|---|
TourType |