Click or drag to resize

EventRegistrationRepository Methods

The EventRegistrationRepository type exposes the following members.

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