Click or drag to resize

EventSponsorshipCartItem Class

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

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

The EventSponsorshipCartItem type exposes the following members.

Constructors
 NameDescription
Public methodEventSponsorshipCartItemInitializes a new instance of the EventSponsorshipCartItem class
Top
Properties
 NameDescription
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 propertyMainSponsorshipFee 
Public propertyName
(Inherited from ComplexCartItem)
Public propertyOtherSponsorshipFees 
Public propertySponsorshipTypeId 
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