المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Ignore attributes of a class which is defined in other assembly with xml serialization [modified]



C# Programming
06-19-2009, 11:24 AM
Hi, I am using EF and want to use its generated objects to be returned to the web service (By serializing it). The problem is All generated classes are inherited from EntityObject (member of System.Data) and I don't want its member to be included in the wsdl.

Please help me if anyone know the solution. Thanks in advance.

modified on Friday, June 19, 2009 3:10 AM