ExhibitorApplicationCartItem 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 ExhibitorApplicationCartItem : ComplexCartItem
Inheritance
Object    ComplexCartItem    ExhibitorApplicationCartItem

Remarks

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

Constructors

ExhibitorApplicationCartItemInitializes a new instance of the ExhibitorApplicationCartItem class

Properties

BoothComplementItems 
Booths 
CartItemId
(Overrides ComplexCartItemCartItemId)
CustomerId 
DiscountAmountApplied
(Inherited from ComplexCartItem)
ExhibitionId 
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