Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested intersection entities #10

Open
TomMalow opened this issue Dec 12, 2017 · 0 comments
Open

Nested intersection entities #10

TomMalow opened this issue Dec 12, 2017 · 0 comments

Comments

@TomMalow
Copy link
Member

TomMalow commented Dec 12, 2017

XrmContext currently supports intersections entities where an interface is generated containing the intersected attributes of two entities. However, nested intersection is not currently possible.

Say you have 3 entities: A, B, and C. The three entities all have something in common but A and B have more in common than C. So in this case I would like to be able to have two interface; IAB and IABC. I should then be able to cast IABC -> IAB but not from IAB -> IABC.

The argument for intersection would then look something like the following:
"intersect", "IAB:A;B, IABC:IAB;C"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants