Click or drag to resize

EventRegistrationRepositoryLookupRegistrationByIndividualAndTrack Method

Returns a registration by an individual and the track that the individual registered for.

Namespace: Ignition.Events
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public TrackRegistration LookupRegistrationByIndividualAndTrack(
	IIndividualIdentity individual,
	Track registeredTrack
)

Parameters

individual  IIndividualIdentity
Individual whose registration to retrieve
registeredTrack  Track
The track that the individual is registered for

Return Value

TrackRegistration
The requested registration
Remarks
This method will not return cancelled registrations
See Also