Class UnscheduleShipmentModel
Represents the model that contains the informations used to unschedule a shipment
Inheritance
System.Object
UnscheduleShipmentModel
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 UnscheduleShipmentModel
Properties
| Improve this Doc View SourceAppointmentId
Gets or sets the appointment id
Declaration
public Guid AppointmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsAppoinmentDeleted
Gets or sets if the whole appointment is deleted
Declaration
public bool IsAppoinmentDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Shipment
Gets or sets the shipment
Declaration
public Shipment Shipment { get; set; }
Property Value
Type | Description |
---|---|
Shipment |