EventRegistrationGuests Property

Definition

Namespace: Ignition.Events
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[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