public class EventRegistrationRepository
Public Class EventRegistrationRepository
public ref class EventRegistrationRepository
type EventRegistrationRepository = class end
EventRegistrationRepository | Default constructor |
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.) |