Click or drag to resize

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.
Inheritance Hierarchy
SystemObject
  Ignition.Commerce.ShoppingComplexCartItem
    Ignition.Commerce.ShoppingGroupRegistrationCartItem

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

The GroupRegistrationCartItem type exposes the following members.

Constructors
 NameDescription
Public methodGroupRegistrationCartItemInitializes a new instance of the GroupRegistrationCartItem class
Top
Properties
 NameDescription
Public propertyCartItemId
(Overrides ComplexCartItemCartItemId)
Public propertyCommitteeId 
Public propertyCustomerAddressId 
Public propertyCustomerFaxId 
Public propertyCustomerPhoneId 
Public propertyDiscountAmountApplied
(Inherited from ComplexCartItem)
Public propertyEmailId 
Public propertyEventEndDateTime 
Public propertyEventId 
Public propertyEventStartDateTime 
Public propertyEventTitle 
Public propertyEventTypeId 
Public propertyIndividualId 
Public propertyIndividualRegistrations 
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 propertyName
(Inherited from ComplexCartItem)
Public propertyOrganizationId 
Public propertyPreferredCommunicationMethod 
Public propertyRegistrantTypeId 
Public propertyRegistrationTypeIdObsolete.
Public propertySourceCodeId 
Public propertySubTotal
(Inherited from ComplexCartItem)
Public propertyTaxApplied
(Inherited from ComplexCartItem)
Public propertyTotal
(Inherited from ComplexCartItem)
Public propertyWebsiteId 
Top
Methods
Remarks
This type is customizable, and maps to the netFORUM business object "Group Registrantion" [sic]
See Also