Class EdiLoadingEquipmentBase
Loading equipment Basetype
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiLoadingEquipmentBase
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public abstract class EdiLoadingEquipmentBase : EdiPatternPropertiesBase
Properties
CustomLoadingEquipmentName
Custom Loading Equipment Name, like specialCoolingBox...
Declaration
public string CustomLoadingEquipmentName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Should only be used, if the EquipmentType is set to CustomLoadingEquipment!
EquipmentType
Type of loading equipment like eur pallets, euro boxes...
Declaration
public LoadingEquipmentType EquipmentType { get; set; }
Property Value
Type | Description |
---|---|
LoadingEquipmentType |