EventRegistrationSpeakingAssignments Property

Definition

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