EventShoppingServiceGetDefaultApplication Method

Generates a default registration application for a given individual and event, will the most commonly used defaults already filled in

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public EventRegistrationApplication GetDefaultApplication(
	IIndividualIdentity individual,
	Event eventToRegister
)

Parameters

individual  IIndividualIdentity
The individual to generate the application for
eventToRegister  Event
The event that the individual is to be to register for

Return Value

EventRegistrationApplication
The requested application

See Also