Show / Hide Table of Contents

Class EdiLoadUnit

Load units (containers, swap bodies, ...) used to transport the goods

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

Properties

CustomLoadingUnitTypeName

Custom Loading Unit Type Name, like specialContainers or trailer formats

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

Should only be used, if the UnitType is set to CustomLoadingUnit!

Identification

Identification (e.g. registration number) of the unit"

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

Seals

List of seals used to prevent tampering with the goods in the load unit

Declaration
public List<EdiSeal> Seals { get; set; }
Property Value
Type Description
List<EdiSeal>

UnitType

Type of loading equipment like eur pallets, euro boxes...

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