CollectionMember¶
Extends¶
Definition¶
Generic class representing members of a collection.
Synonyms¶
Explanatory notes¶
Members have to belong to some Collection, except in the case of nested Collections where the top level Collection is a Member that doesn’t belong to any Collection. Member is not extended, it is realized (see Collection Pattern documentation).