Class Shipment
Represents the model to create a shipment
Inheritance
System.Object
Shipment
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 Shipment
Properties
| Improve this Doc View SourceBottomText
Gets or sets a bottom text.
Declaration
public string BottomText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CenterText
Gets or sets center text.
Declaration
public string CenterText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CleaningProcedureId
Gets or sets a cleaning procedure id.
Declaration
public Guid? CleaningProcedureId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
CleaningStationId
Gets or sets a cleaning station id.
Declaration
public Guid? CleaningStationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
CleaningTime
Gets or sets a cleaning time.
Declaration
public DateTime? CleaningTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
ContainerId
Gets or sets a container id.
Declaration
public Guid? ContainerId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
DisplayText
Gets or sets the display text
Declaration
public string DisplayText { 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 |
Guid
Gets or sets the guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsDeleted
Gets or sets if this object is deleted.
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPlanned
Gets or sets if the shipment is planned
Declaration
public bool IsPlanned { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OrderId
Gets or sets the placement of the shipment
Declaration
public int OrderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SenderAddressName
Gets or sets the sender address name.
Declaration
public string SenderAddressName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartDate
Gets or sets the start date
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
StatusId
Gets or sets status id
Declaration
public Guid StatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TopText
Gets or sets a text that is located on top.
Declaration
public string TopText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TransportOrderDisplayText
Gets or sets the transport order display text
Declaration
public string TransportOrderDisplayText { get; set; }
Property Value
Type | Description |
---|---|
System.String |