SessionTrackRegistrationCartItem Class

Represents a session or track registration, inside an event registration, 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 SessionTrackRegistrationCartItem : ComplexCartItem, 
	ISupportsChangesInQuantity
Inheritance
Object    ComplexCartItem    SessionTrackRegistrationCartItem
Implements
ISupportsChangesInQuantity

Remarks

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

Constructors

SessionTrackRegistrationCartItemInitializes a new instance of the SessionTrackRegistrationCartItem class

Properties

CanChangeQuantity 
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)
IsSessionRegistration 
IsTrackRegistration 
Name
(Inherited from ComplexCartItem)
ParentRegistrationId 
Quantity 
SessionEndDateTime 
SessionId 
SessionStartDateTime 
SessionTitle 
SessionTrackFee 
SubTotal
(Inherited from ComplexCartItem)
TaxApplied
(Inherited from ComplexCartItem)
Total
(Inherited from ComplexCartItem)
TrackId 

Methods

See Also