EventShoppingService Class

Provides services related to the preparation of EventRegistrationApplications, which are used to purchase registrations for events

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public class EventShoppingService
Inheritance
Object    EventShoppingService

Constructors

EventShoppingService Default constructor

Methods

GetDefaultApplication Generates a default registration application for a given individual and event, will the most commonly used defaults already filled in
GetEventPackageOptions(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.
GetEventPackageOptions(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.
GetSessionOptions(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.
GetSessionOptions(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.
GetSessionOptions(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.
GetSessionOptions(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.
GetSponsorshipOptions 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.
GetTrackOptions(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.
GetTrackOptions(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.

See Also