Show / Hide Table of Contents

Class EdiTimeSlotBooking

Information about time slots which need to be booked or are already booked for the pickup or the following consignment

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

Properties

ByContractedPartner

A time slot must be book by the contracted partner before making the pickup attempt

Declaration
public EdiPartnerIdentification ByContractedPartner { get; set; }
Property Value
Type Description
EdiPartnerIdentification

ByDeliveryPartner

A time slot must be book by the delivering partner before making a delivery attempt

Declaration
public EdiPartnerIdentification ByDeliveryPartner { get; set; }
Property Value
Type Description
EdiPartnerIdentification

PreBookedTimeslot

A time slot has already been booked for the delivery of this consignment. Delivery must be attempted within this time slot

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