EventRegistrationGuests Property
Namespace: Ignition.EventsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumSubEntityCollectionAttribute("reg_cancel_date is null", "reg_reg_key={Id}", NetForumDataBindingMode.ReadOnly)]
public IReadOnlyCollection<EventRegistration> Guests { get; protected set; }
<NetForumSubEntityCollectionAttribute("reg_cancel_date is null", "reg_reg_key={Id}", NetForumDataBindingMode.ReadOnly)>
Public Property Guests As IReadOnlyCollection(Of EventRegistration)
Get
Protected Set
public:
[NetForumSubEntityCollectionAttribute(L"reg_cancel_date is null", L"reg_reg_key={Id}",
NetForumDataBindingMode::ReadOnly)]
property IReadOnlyCollection<EventRegistration^>^ Guests {
IReadOnlyCollection<EventRegistration^>^ get ();
protected: void set (IReadOnlyCollection<EventRegistration^>^ value);
}
[<NetForumSubEntityCollectionAttribute("reg_cancel_date is null", "reg_reg_key={Id}", NetForumDataBindingMode.ReadOnly)>]
member Guests : IReadOnlyCollection<EventRegistration> with get, set
Property Value
IReadOnlyCollectionEventRegistration
Due to current data model limitations, this collection can never be preloaded.