Click or drag to resize

EventShoppingService Class

Provides services related to the preparation of EventRegistrationApplications, which are used to purchase registrations for events
Inheritance Hierarchy
SystemObject
  Ignition.Commerce.ShoppingEventShoppingService

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class EventShoppingService

The EventShoppingService type exposes the following members.

Constructors
 NameDescription
Public methodEventShoppingService Default constructor
Top
Methods
 NameDescription
Public methodGetDefaultApplication Generates a default registration application for a given individual and event, will the most commonly used defaults already filled in
Public methodGetEventPackageOptions(EventRegistrationApplication, IShoppingCartService) Retrieves a list of possible event registration options, using the in-progress application and the contents of the user's current shopping cart as inputs to NetFORUM's baseline determination process.
Public methodGetEventPackageOptions(EventRegistrationApplication, String) Retrieves a list of possible event registration options, using the in-progress application and the contents of the user's current shopping cart as inputs to NetFORUM's baseline determination process.
Public methodGetSessionOptions(EventRegistrationAddendum, IShoppingCartService) Retrieves a list of possible session registration options, using the addendum and the contents of the user's current shopping cart as inputs to NetFORUM's baseline determination process.
Public methodGetSessionOptions(EventRegistrationAddendum, String) Retrieves a list of possible session registration options, using the addendum and the contents of the user's current shopping cart as inputs to NetFORUM's baseline determination process.
Public methodGetSessionOptions(EventRegistrationApplication, IShoppingCartService) Retrieves a list of possible session registration options, using the in-progress application and the contents of the user's current shopping cart as inputs to NetFORUM's baseline determination process.
Public methodGetSessionOptions(EventRegistrationApplication, String) Retrieves a list of possible session registration options, using the in-progress application and the contents of the user's current shopping cart as inputs to NetFORUM's baseline determination process.
Public methodGetSponsorshipOptions Retrieves a list of possible event sponsorship options, using the current in-progress event sponsorship application, and the contents of the user's current shopping cart as inputs to NetFORUM's baseline determination process.
Public methodGetTrackOptions(EventRegistrationApplication, IShoppingCartService) Retrieves a list of possible track registration options, using the in-progress application and the contents of the user's current shopping cart as inputs to NetFORUM's baseline determination process.
Public methodGetTrackOptions(EventRegistrationApplication, String) Retrieves a list of possible track registration options, using the in-progress application and the contents of the user's current shopping cart as inputs to NetFORUM's baseline determination process.
Top
See Also