Show / Hide Table of Contents

Class EdiMeasures

Measures of the unit

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

Properties

AreaPalletBays

Area used by the consignment in terms of standard EUR pallet bays (120 x 80 cm)"

Declaration
public decimal? AreaPalletBays { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

ChargeableWeightKilogram

Virtual weight of the shipment used for billing purposes. Used to take the bulkiness of goods into account or to enforce minimums (kg)

Declaration
public decimal? ChargeableWeightKilogram { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

EmptyWeightKilogram

Empty weight of the vehicle/shipment in kilogram"

Declaration
public decimal? EmptyWeightKilogram { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

GrossWeightKilogram

Weight of the consignment including all packaging (kg)

Declaration
public decimal? GrossWeightKilogram { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

HeightMeter

Total height (m)

Declaration
public decimal? HeightMeter { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

LengthMeter

Total length (m)

Declaration
public decimal? LengthMeter { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

LoadingMeter

Length of the area occupied on a 2.4 m wide container

Declaration
public decimal? LoadingMeter { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

LoadingWeightKilogram

Maximal loading capacity of the vehicle in kilogram"

Declaration
public decimal? LoadingWeightKilogram { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

TotalWeightKilogram

Total weight of the vehicle/shipment in kilogram"

Declaration
public decimal? TotalWeightKilogram { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

VolumeCubicmeter

Total volume of the consignment (m³)

Declaration
public decimal? VolumeCubicmeter { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

VolumeLiter

Volume liter of the consignment/position. Used for e.g. tank transportation

Declaration
public decimal? VolumeLiter { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

WidthMeter

Total width (m)

Declaration
public decimal? WidthMeter { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
Back to top Generated by DocFX