Orchard connected parts
问题 I have a complex scenario that I'm trying to model using Orchard CMS parts. Now here it is the simplified version to make clear my question. I have a part name, as example, PersonPart that has just one property: Name. I have another part that contains the person role, name it PersonRolePart and has just one property, Role In Orchard I have created all the appropriate plumbing (Handlers, Drivers, Views...) In migrations I created a new content type named Person that contains the two parts.