Click or drag to resize

BookingService Class

The booking service.
Inheritance Hierarchy
SystemObject
  AMCS.Elemos.IntegrationService.Services.BookingBookingService

Namespace:  AMCS.Elemos.IntegrationService.Services.Booking
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class BookingService

The BookingService type exposes the following members.

Methods
  NameDescription
Public methodGetChassisByContainerReference
Returns the Chassis thats currently linked to a booked container with the reference 'containerReference'. If no such Chassis is found then the result is null.
Public methodGetContainerByChassisReference
Returns the Container thats currently linked to a Chassis with the reference 'chassisReference'. If no such Container is found then the result is null.
Public methodGetCustomerSiteByChassisReference
Returns the CustomerSite that is linked to a Chassis (under a container) with a particular reference. If no such CustomerSite is found then the result is null.
Public methodGetCustomerSiteByContainerReference
Returns the CustomerSite that holds a booked container with the reference 'containerReference'. If no such CustomerSite is found then the result is null.
Top
See Also