Show / Hide Table of Contents

Class EdiContent

Describes the nature and quantity of the goods in this consignment

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiMeasures
EdiContent
Inherited Members
EdiMeasures.VolumeCubicmeter
EdiMeasures.LoadingMeter
EdiMeasures.GrossWeightKilogram
EdiMeasures.AreaPalletBays
EdiMeasures.ChargeableWeightKilogram
EdiMeasures.EmptyWeightKilogram
EdiMeasures.LoadingWeightKilogram
EdiMeasures.TotalWeightKilogram
EdiMeasures.LengthMeter
EdiMeasures.WidthMeter
EdiMeasures.HeightMeter
EdiMeasures.VolumeLiter
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiContent : EdiMeasures

Properties

AdditionalLoadingEquipment

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

Declaration
public EdiAdditionalLoadingEquipment AdditionalLoadingEquipment { get; set; }
Property Value
Type Description
EdiAdditionalLoadingEquipment

CustomsGoods

Customs goods on the tour

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

DangerousGoods

Dangerous goods to be declared contained in a consignment

Declaration
public TourDangerousGoods DangerousGoods { get; set; }
Property Value
Type Description
TourDangerousGoods

HighValueGoods

This consignment contains goods of high value which are subject to higher insure fees and a higher risk of theft

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

InsuranceValue

Value of the goods, used for insurance purposes

Declaration
public EdiInsuranceValue InsuranceValue { get; set; }
Property Value
Type Description
EdiInsuranceValue

Lines

Lines are describing handling units of similar sizes and content for brevity

Declaration
public List<EdiLine> Lines { get; set; }
Property Value
Type Description
List<EdiLine>

LoadingAids

The consignment only consists of loading aids which are transported and does not contain real goods

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

LoadingEquipments

Loading equipment

Declaration
public EdiLoadingEquipments LoadingEquipments { get; set; }
Property Value
Type Description
EdiLoadingEquipments

NonHazardousWaste

The content has no value and is not dangerous

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

PackagingPool

Name of the packaging pool which is used to handle to loading aids from this consignment

Declaration
public string PackagingPool { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX