GroupRegistrationCartItem Class

Represents a group registration, which contains one or more event registrations (and any further contained session, track, or guest registrations) 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 GroupRegistrationCartItem : ComplexCartItem
Inheritance
Object    ComplexCartItem    GroupRegistrationCartItem

Remarks

This type is customizable, and maps to the netFORUM business object "Group Registrantion" [sic]

Constructors

GroupRegistrationCartItemInitializes a new instance of the GroupRegistrationCartItem class

Properties

CartItemId
(Overrides ComplexCartItemCartItemId)
CommitteeId 
CustomerAddressId 
CustomerFaxId 
CustomerPhoneId 
DiscountAmountApplied
(Inherited from ComplexCartItem)
EmailId 
EventEndDateTime 
EventId 
EventStartDateTime 
EventTitle 
EventTypeId 
IndividualId 
IndividualRegistrations 
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)
OrganizationId 
PreferredCommunicationMethod 
RegistrantTypeId 
RegistrationTypeIdObsolete.
SourceCodeId 
SubTotal
(Inherited from ComplexCartItem)
TaxApplied
(Inherited from ComplexCartItem)
Total
(Inherited from ComplexCartItem)
WebsiteId 

Methods

See Also