ADO.NET 3.5 mapping object to Atom Entry
-
I have an ADO.NET service that by default puts my serialized object into the content element of the ATOM Entry element. I would like to assign values to the title, author, updated, link, content, etc elements of the Entry elemnets before the ATOM feed is ruturned so I can use it like a ATOM news feed. After searching for a few days I have not found a good example of how to do this in ADO.NET. Is there a way to do this, and I have been looking on all the wrong places? Or can this not be done? If it can be done how would I do it?
-
I have an ADO.NET service that by default puts my serialized object into the content element of the ATOM Entry element. I would like to assign values to the title, author, updated, link, content, etc elements of the Entry elemnets before the ATOM feed is ruturned so I can use it like a ATOM news feed. After searching for a few days I have not found a good example of how to do this in ADO.NET. Is there a way to do this, and I have been looking on all the wrong places? Or can this not be done? If it can be done how would I do it?
As no-one has replied I will ask you clarify this question, it's not entirely clear?
'Howard
-
As no-one has replied I will ask you clarify this question, it's not entirely clear?
'Howard
Well what I would like is take a NewsPost object with Auther, Content etc and return it as an Atom entry. But with the ADO Data Service the whole object is put in the content part of the Atom Entry. and I can't map it to look like an Atom news feed. Is that any clearer?