Click or drag to resize

EventRegistrationRepository Class

Provides access to Event Registrations, which are found in iWeb under Events->Registrants
Inheritance Hierarchy
SystemObject
  Ignition.EventsEventRegistrationRepository

Namespace: Ignition.Events
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class EventRegistrationRepository

The EventRegistrationRepository type exposes the following members.

Constructors
 NameDescription
Public methodEventRegistrationRepository Default constructor
Top
Methods
 NameDescription
Public methodGetRegistrantTypes Retrieves a list of all known Registrant Types
Public methodGetRegistrationByBadgeId Returns a registration by its badge id.
Public methodGetRegistrationById Returns a registration by its registration (registrant) id.
Public methodLookupRegistrationByIndividualAndEvent Returns a registration by an individual and the event that the individual registered for.
Public methodLookupRegistrationByIndividualAndSession Returns a registration by an individual and the session that the individual registered for.
Public methodLookupRegistrationByIndividualAndTrack Returns a registration by an individual and the track that the individual registered for.
Public methodLookupRegistrationsByIndividual Returns all event registrations for a given individual
Public methodSaveRegistration 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.)
Top
See Also