Hello,
I try to follow Customize Business Object's Metadata to create an object dynamically. It is my understanding that XAF currently does not support dynamically created objects, so I try to work around and create custom fields in domain component object. The article says "To add a custom member to a Domain Component, handle the XafApplication.SettingUp event instead of overriding the CustomizeTypesInfo method." I found a lot of info how to add dynamic fields to persistent properties using XafTypesInfo but nothing for dynamic one.
Do you have any examples how to handle it?
Thank you.