Click or drag to resize

ExhibitorApplicationBoothCartItem Class

Represents an event sponsorship in a netFORUM shopping cart.
Inheritance Hierarchy
SystemObject
  Ignition.Commerce.ShoppingComplexCartItem
    Ignition.Commerce.ShoppingExhibitorApplicationBoothCartItem

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[AllowOverridesAttribute]
public class ExhibitorApplicationBoothCartItem : ComplexCartItem

The ExhibitorApplicationBoothCartItem type exposes the following members.

Constructors
 NameDescription
Public methodExhibitorApplicationBoothCartItemInitializes a new instance of the ExhibitorApplicationBoothCartItem class
Top
Properties
 NameDescription
Public propertyBoothCategoryId 
Public propertyBoothFee 
Public propertyBoothNumberId The specific booth number that will be assigned at the time of purchase. If no booth number is assigned at the time of purchase, internal staff may assign a booth number at a later date via NetFORUM or exhibit planning software.
Public propertyBoothTypeId 
Public propertyCartItemId
(Overrides ComplexCartItemCartItemId)
Public propertyDiscountAmountApplied
(Inherited from ComplexCartItem)
Public propertyInvoiceDetails A collection of all of the invoice details represented by this cart item, including invoice details for any cart items nested under this one.
(Inherited from ComplexCartItem)
Public propertyName
(Inherited from ComplexCartItem)
Public propertySubTotal
(Inherited from ComplexCartItem)
Public propertyTaxApplied
(Inherited from ComplexCartItem)
Public propertyTotal
(Inherited from ComplexCartItem)
Top
Methods
Remarks
This type is customizable, and maps to the netFORUM business object "EventsSponsor"
See Also