ExhibitorShoppingService Class

Provides services related to the preparation of ExhibitorApplications, which are used to purchase booths and complements at exhibitions

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public class ExhibitorShoppingService : IExhibitorShoppingService
Inheritance
Object    ExhibitorShoppingService
Implements
IExhibitorShoppingService

Constructors

ExhibitorShoppingServiceInitializes a new instance of the ExhibitorShoppingService class

Methods

GetBoothComplementFeeOptions Retrieves a list of possible booth complement fee options, using the current in-progress exhibitor application, and the contents of the user's current shopping cart as inputs to NetFORUM's baseline determination process.
GetBoothFeeOptions Retrieves a list of possible booth fee options, using the current in-progress exhibitor application, and the contents of the user's current shopping cart as inputs to NetFORUM's baseline determination process.
GetDefaultApplication 
GetUnassignedBoothNumbers Retrieves the currently unassigned booth numbers. This method excludes booth numbers based on non-cancelled booth assignments. Booth number preferences expressed by exhibitors are not considered assigned.

See Also