Show / Hide Table of Contents

Class EdiHandlingInstructions

Handling instructions for the goods, e.g. to prevent damage

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiHandlingInstructions
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiHandlingInstructions : EdiPatternPropertiesBase

Properties

CustomsGoods

The goods are subject to customs processing and must be processed according the rules of the local authorities

Declaration
public bool? CustomsGoods { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

CustomsGoodsResubmissionDate

The resubmission date for the customs goods

Declaration
public DateTime? CustomsGoodsResubmissionDate { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

EmptiesExchange

Specifies whether empties should be exchanged with the consignee

Declaration
public bool? EmptiesExchange { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Food

Special requirements for transporting food

Declaration
public EdiFood Food { get; set; }
Property Value
Type Description
EdiFood

HandleWithCare

The goods must be handled with care to prevent damage

Declaration
public bool? HandleWithCare { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Orientation

The goods must be transported in a given orientation and may not be flipped over

Declaration
public EdiOrientation Orientation { get; set; }
Property Value
Type Description
EdiOrientation

Remarks

Additional remarks (free form)

Declaration
public string Remarks { get; set; }
Property Value
Type Description
System.String

Stacking

Indicated whether the goods may or may not be stacked

Declaration
public EdiStacking Stacking { get; set; }
Property Value
Type Description
EdiStacking

TemperatureRestrictions

Restrictions about the minimum and maximum temperature during the transport and special equipment to be used

Declaration
public EdiTemperatureRestrictions TemperatureRestrictions { get; set; }
Property Value
Type Description
EdiTemperatureRestrictions
Back to top Generated by DocFX