ExhibitorApplicationBoothCartItem Class

Represents an event sponsorship in a netFORUM shopping cart.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[AllowOverridesAttribute]
public class ExhibitorApplicationBoothCartItem : ComplexCartItem
Inheritance
Object    ComplexCartItem    ExhibitorApplicationBoothCartItem

Remarks

This type is customizable, and maps to the netFORUM business object "EventsSponsor"

Constructors

ExhibitorApplicationBoothCartItemInitializes a new instance of the ExhibitorApplicationBoothCartItem class

Properties

BoothCategoryId 
BoothFee 
BoothNumberId 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.
BoothTypeId 
CartItemId
(Overrides ComplexCartItemCartItemId)
DiscountAmountApplied
(Inherited from ComplexCartItem)
InvoiceDetails 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)
Name
(Inherited from ComplexCartItem)
SubTotal
(Inherited from ComplexCartItem)
TaxApplied
(Inherited from ComplexCartItem)
Total
(Inherited from ComplexCartItem)

Methods

See Also