EventRegistrationRepository Class

Provides access to Event Registrations, which are found in iWeb under Events->Registrants

Definition

Namespace: Ignition.Events
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public class EventRegistrationRepository
Inheritance
Object    EventRegistrationRepository

Constructors

EventRegistrationRepository Default constructor

Methods

GetRegistrantTypes Retrieves a list of all known Registrant Types
GetRegistrationByBadgeId Returns a registration by its badge id.
GetRegistrationById Returns a registration by its registration (registrant) id.
LookupRegistrationByIndividualAndEvent Returns a registration by an individual and the event that the individual registered for.
LookupRegistrationByIndividualAndSession Returns a registration by an individual and the session that the individual registered for.
LookupRegistrationByIndividualAndTrack Returns a registration by an individual and the track that the individual registered for.
LookupRegistrationsByIndividual Returns all event registrations for a given individual
SaveRegistration Saves a new registration record, but does NOT create an invoice. Do not use this option if you intend to charge fees, or want tracks / sessions / guests. To take advantage of these options, place the registration into the shopping cart. In netFORUM, this method corresponds to a 'free registration' (A registration with no invoice as opposed to a registration with a $0 invoice.)

See Also