Click or drag to resize

EventRegistrationSpeakingAssignments Property


Namespace: Ignition.Events
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumSubEntityCollectionAttribute(null, NetForumDataBindingMode.ReadWrite, null, CustomParentRelationship = "fac_cst_key={reg_cst_key} and fac_evt_key={reg_evt_key}", 
	DataBindingMode = NetForumDataBindingMode.ReadOnly)]
public IReadOnlyCollection<SpeakingAssignment> SpeakingAssignments { get; protected set; }

Property Value

IReadOnlyCollectionSpeakingAssignment
Remarks
Due to baseline netFORUM limitations, this collection can never be preloaded.
See Also