Show / Hide Table of Contents

Class EdiTemperatureRestrictions

Restrictions about the minimum and maximum temperature during the transport and special equipment to be used

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

Properties

TemperatureMaxCelsius

The temperature must not get greater than the given value

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

TemperatureMinCelsius

The temperature must not drop below the given value during the transport

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