chandransalem / odata4j

Automatically exported from code.google.com/p/odata4j
0 stars 0 forks source link

Metadata should support FC_ attributes #122

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I could use ATOM entity attributes to provide some data from the feed. Now it's 
possible to implement via OAtomEntity interface. 

Unfortunately, this approach does not lead to generation of FC_* attributes in 
metadata, i.e.

<Property Name="Authors" Type="Edm.String" Nullable="true" 
m:FC_TargetPath="SyndicationAuthorName" m:FC_ContentKind="text" 
m:FC_KeepInContent="false" />

Original issue reported on code.google.com by Eugene.P...@gmail.com on 13 Jan 2012 at 11:33