Re: Properties vs. fields
From: John Saunders (johnwsaundersiii_at_hotmail.com)
Date: 10/01/04
- Previous message: Lee_Nover: "Re: Poor performance with large datasets"
- In reply to: Morten: "Properties vs. fields"
- Next in thread: Andreas Zita: "Re: Properties vs. fields"
- Reply: Andreas Zita: "Re: Properties vs. fields"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 1 Oct 2004 19:07:24 -0400
"Morten" <morten_skovgaard@hotmail.com> wrote in message
news:ORwC%23M8pEHA.800@TK2MSFTNGP14.phx.gbl...
> Hi!
>
> I've created a web service that sends an array of custom objects to the
> client. My object is defined with 2 public properties. When I receive the
> XML on the client and instantiate my objects these properties are
> apparently fields (I don't know the difference but this is what I've
> read). This means that I can't bind the array of objects to a datagrid. Is
> it possible to convert the fields into properties on the client? If so
> could someone please provide an example that shows how this is done?
When you say that the properties become fields, do you mean that the proxy
class generated from the WSDL only has fields?
If so, I don't know how to solve that, but I wish I did!
-----
John Saunders
- Previous message: Lee_Nover: "Re: Poor performance with large datasets"
- In reply to: Morten: "Properties vs. fields"
- Next in thread: Andreas Zita: "Re: Properties vs. fields"
- Reply: Andreas Zita: "Re: Properties vs. fields"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|