Show / Hide Table of Contents

Class EdiLoadingEquipments

Loading equipment

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

Properties

AdditionalEquipment

Additional loading aids which are not part of the consignment but which have been added to safely transport the goods

Declaration
public List<EdiLoadingEquipmentData> AdditionalEquipment { get; set; }
Property Value
Type Description
List<EdiLoadingEquipmentData>

EquipmentForExchange

Loading aids which need to be exchanged

Declaration
public List<EdiLoadingEquipmentData> EquipmentForExchange { get; set; }
Property Value
Type Description
List<EdiLoadingEquipmentData>
Back to top Generated by DocFX