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 ComplexType #96

Closed
wants to merge 4 commits into from
Closed

Support ComplexType #96

wants to merge 4 commits into from

Conversation

karataliu
Copy link
Contributor

Issue #86

Add support for complex type, in model building and deserialization.

MetadataWorkspace efModel,
EntityType efEntityType,
EdmModel model,
Dictionary<MetadataItem, IEdmElement> elementMap,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is IDictionary enough?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since these are private methods, maybe better to use concrete type for maximized performance?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, those are private implementations.. I think Dictionary is fine, but considering we may replace the impl with ConcurrencyDictionary here, I'm to update it to IDictionary now.

@karataliu karataliu closed this Jul 6, 2015
@karataliu karataliu deleted the cpx branch July 6, 2015 05:33
@congysu congysu added this to the v0.3 milestone Aug 3, 2015
@karataliu karataliu modified the milestones: 0.3.0-beta1, v0.3 Aug 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants