Show / Hide Table of Contents

Class EdiPickupPlanningExceptions

Detailed information about the exceptions that occured while planning the pickup. Use (null) to report successful planning of the pickup

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

Properties

BadWeatherConditions

The weather does not permit pickup

Declaration
public EdiEmptyExtendableObject BadWeatherConditions { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

OutsidePickupZone

Pick-up point is outside the pick-up zone

Declaration
public EdiEmptyExtendableObject OutsidePickupZone { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

PlannedForDate

Pickup is planned for a specific date

Declaration
public EdiEmptyExtendableObject PlannedForDate { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

PlannedForNextDay

Pickup is planned for the next day

Declaration
public EdiEmptyExtendableObject PlannedForNextDay { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

PlannedForSecondTour

The pickup is later on the day

Declaration
public EdiEmptyExtendableObject PlannedForSecondTour { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

SpaceIssue

There is a space issue for the pickup

Declaration
public EdiEmptyExtendableObject SpaceIssue { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

TimeIssue

There is no time for the pickup

Declaration
public EdiEmptyExtendableObject TimeIssue { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

TimeSlotFromConsignee

The customer has provided a time slot for pickup

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