Class EdiLine
Lines are describing handling units of similar sizes and content for brevity
Inheritance
Inherited Members
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiLine : EdiMeasures
Properties
AdditionalLoadingEquipment
Additional loading aids which are not part of the pickup order but which have been added to safely transport the goods
Declaration
public EdiAdditionalLoadingEquipment AdditionalLoadingEquipment { get; set; }
Property Value
Type | Description |
---|---|
EdiAdditionalLoadingEquipment |
Article
Article number of the goods contained within the packages
Declaration
public string Article { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Barcodes
Detailed information about the individual handling units
Declaration
public List<EdiBarcode> Barcodes { get; set; }
Property Value
Type | Description |
---|---|
List<EdiBarcode> |
Content
A short description of the nature of the goods contained within the packages
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CustomsInformation
Used to specify information necessary in the customs process
Declaration
public EdiContentCustomsInformation CustomsInformation { get; set; }
Property Value
Type | Description |
---|---|
EdiContentCustomsInformation |
DangerousGoods
Information on dangerous goods
Declaration
public List<EdiDangerousGood> DangerousGoods { get; set; }
Property Value
Type | Description |
---|---|
List<EdiDangerousGood> |
HandlingUnitCount
The number of the items in this consignment/pickup order which are handled individually
Declaration
public int? HandlingUnitCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
HandlingUnitType
The type of packaging (e.g. pallet, carton box, ...) ouf the outer most packaging
Declaration
public string HandlingUnitType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InnerPackageCount
Used to specify the number of inner packages (e.g. the number of boxes on a pallet)
Declaration
public int? InnerPackageCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
InnerPackageType
The type of packaging of the inner packages
Declaration
public string InnerPackageType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LineNo
A ordinal number, ordering the line within the consignment
Declaration
public int? LineNo { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Packages
List of packages in the current line
Declaration
public List<EdiPackage> Packages { get; set; }
Property Value
Type | Description |
---|---|
List<EdiPackage> |
RefNo
A reference of the ordering party relating to the goods
Declaration
public string RefNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Additional remarks (free form)
Declaration
public string Remarks { get; set; }
Property Value
Type | Description |
---|---|
System.String |