ChapterIndividualRelationships Property
A collection of all relationships with individuals, active or inactive. This collection does not exclude
relationships based on start or end date, nor does it exclude relationships with soft deleted individuals.
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumSubEntityCollectionAttribute(null, NetForumDataBindingMode.ReadWrite, null)]
public ICollection<ChapterIndividualRelationship> IndividualRelationships { get; }
<NetForumSubEntityCollectionAttribute(Nothing, NetForumDataBindingMode.ReadWrite, Nothing)>
Public ReadOnly Property IndividualRelationships As ICollection(Of ChapterIndividualRelationship)
Get
public:
[NetForumSubEntityCollectionAttribute(nullptr, NetForumDataBindingMode::ReadWrite, nullptr)]
property ICollection<ChapterIndividualRelationship^>^ IndividualRelationships {
ICollection<ChapterIndividualRelationship^>^ get ();
}
[<NetForumSubEntityCollectionAttribute(null, NetForumDataBindingMode.ReadWrite, null)>]
member IndividualRelationships : ICollection<ChapterIndividualRelationship> with get
Property Value
ICollectionChapterIndividualRelationship
Unlike for Individual to Organization relationships, these relationships are not automatically soft-deleted by netFORUM when
the related Individual is soft-deleted. The end result is that soft-deleted Individuals still appear in this collection
(as they also do in the baseline iWeb child form on Chapter.)