Click or drag to resize

EventRegistrationGuests Property


Namespace: Ignition.Events
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumSubEntityCollectionAttribute("reg_cancel_date is null", "reg_reg_key={Id}", NetForumDataBindingMode.ReadOnly)]
public IReadOnlyCollection<EventRegistration> Guests { get; protected set; }

Property Value

IReadOnlyCollectionEventRegistration
Remarks
Due to current data model limitations, this collection can never be preloaded.
See Also