 | EventShoppingServiceGetEventPackageOptions(EventRegistrationApplication, IShoppingCartService) Method |
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.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic IReadOnlyCollection<EventOption> GetEventPackageOptions(
EventRegistrationApplication application,
IShoppingCartService cart
)
Public Function GetEventPackageOptions (
application As EventRegistrationApplication,
cart As IShoppingCartService
) As IReadOnlyCollection(Of EventOption)
public:
virtual IReadOnlyCollection<EventOption^>^ GetEventPackageOptions(
EventRegistrationApplication^ application,
IShoppingCartService^ cart
) sealed
abstract GetEventPackageOptions :
application : EventRegistrationApplication *
cart : IShoppingCartService -> IReadOnlyCollection<EventOption>
override GetEventPackageOptions :
application : EventRegistrationApplication *
cart : IShoppingCartService -> IReadOnlyCollection<EventOption> Parameters
- application EventRegistrationApplication
- The current in-progress application to retrieve registration options for
- cart IShoppingCartService
- An instance of the registering user's current shopping cart, whose contents will be used in NetFORUM's process for determining allowed options.
Return Value
IReadOnlyCollectionEventOptionA list of the possible event registration options that may be added to the passed application
See Also