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