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

Support IEnumerable navigation properties with Add/Remove/Contains methods/delegates #752

Open
Tracked by #240 ...
ajcvickers opened this issue Oct 1, 2014 · 5 comments

Comments

@ajcvickers
Copy link
Member

Most of the infrastructure is in place to support collection navigation properties that implement IEnumerable but not ICollection. The part missing is the ability to configure the model with appropriate methods or delegates to use for manipulating the collection. Keep in mind that whatever is done here should be something that doesn't conflict with the idea of creating a compiled model which can then be incrementally loaded.

@rowanmiller rowanmiller added this to the Backlog milestone Oct 10, 2014
@andrebaltieri
Copy link

+1

1 similar comment
@yanjustino
Copy link

+1

@divega
Copy link
Contributor

divega commented Oct 19, 2015

@ajcvickers I see this bug is actually about supporting IEnumerable navigation properties with out-of-band add, remove and contains methods/delegates. Then I guess we already work with IEnumerable<T> navigation properties with a runtime instance that can is ICollection<T>, correct?

@hidegh
Copy link

hidegh commented Sep 25, 2016

+1 a must for v1.1!

@ajcvickers
Copy link
Member Author

See also #21262

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

7 participants