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

OData Core should support Edm.PrimitiveType, Edm.ComplexType and Edm.EntityType #1341

Closed
xuzhg opened this issue Nov 28, 2018 · 2 comments
Closed
Milestone

Comments

@xuzhg
Copy link
Member

xuzhg commented Nov 28, 2018

Short summary (3-5 sentences) describing the issue.

Assemblies affected

Which assemblies and versions are known to be affected e.g. OData .Net lib 7.x.

Reproduce steps

OData.Edm supports to define property using abstract type, for example: Edm.PrimitiveType, Edm.ComplexType and Edm.EntityType.

OData.Core should support to read/write the property value defined using abstract type.

For example:

<EntityType Name="Customer">
   <Property Name="Data" Type="Edm.ComplexType" />
</EntityType

OData.Core should read/write the property value "Data".

@xuzhg
Copy link
Member Author

xuzhg commented Nov 28, 2018

See related: #382

@xuzhg
Copy link
Member Author

xuzhg commented Dec 5, 2018

Merged it.

@xuzhg xuzhg closed this as completed Dec 5, 2018
xuzhg added a commit to xuzhg/odata.net that referenced this issue Dec 18, 2018
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

No branches or pull requests

2 participants