Example for reference child properties (not collections) #2333
-
Hi, Where can I find an example to show following relationship for example - Person class having a property for State and Gender classes. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I suspect you are looking for the Something where you have a read-only, cached, collection of valid values, and then that's used by a rule as people are assigned to projects? |
Beta Was this translation helpful? Give feedback.
I suspect you are looking for the
RoleList
andRole
property concepts in the Samples/ProjectTracker example?Something where you have a read-only, cached, collection of valid values, and then that's used by a rule as people are assigned to projects?