Re: [ADVANCED-DOTNET] Using Reflection to Obtain Private Members of Base Classes

2005-08-27 Thread Malcolm Young
ubject: Re: [ADVANCED-DOTNET] Using Reflection to Obtain Private Members of Base Classes On 8/23/05, Malcolm Young <[EMAIL PROTECTED]> wrote: > Hi Stokes, > > Thanks for the reply. I can certainly use the BaseType property to get > the MemberInfo, but I then want to use that (say) FieldInf

Re: [ADVANCED-DOTNET] Using Reflection to Obtain Private Members of Base Classes

2005-08-26 Thread Mark Hurd
On 8/23/05, Malcolm Young <[EMAIL PROTECTED]> wrote: > Hi Stokes, > > Thanks for the reply. I can certainly use the BaseType property to get > the MemberInfo, but I then want to use that (say) FieldInfo object to set or > get the value in the underlying base class. When I try to use it on the > de

Re: [ADVANCED-DOTNET] Using Reflection to Obtain Private Members of Base Classes

2005-08-22 Thread Malcolm Young
> Stokes > > -Original Message- > From: Unmoderated discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of Malcolm Young > Sent: Monday, August 22, 2005 4:48 PM > To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM > Subject: [ADVANCED-DOTNET] Using Reflection to O

Re: [ADVANCED-DOTNET] Using Reflection to Obtain Private Members of Base Classes

2005-08-22 Thread Malcolm Young
gt; Thanks, > Kris. > > -Original Message- > From: Unmoderated discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of Malcolm Young > Sent: Tuesday, 23 August 2005 9:48 > To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM > Subject: [ADVANCED-DOTNET] Using Refl

Re: [ADVANCED-DOTNET] Using Reflection to Obtain Private Members of Base Classes

2005-08-22 Thread Stokesbary, Michael
EVELOP.COM Subject: [ADVANCED-DOTNET] Using Reflection to Obtain Private Members of Base Classes Hi All, We have developed an OR mapping tool in house. Fields and properties are marked up with attributes that describe the mappings. In order to preserve encapsulation, these fields may be private. When

Re: [ADVANCED-DOTNET] Using Reflection to Obtain Private Members of Base Classes

2005-08-22 Thread Kristoffer Sheather
@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] Using Reflection to Obtain Private Members of Base Classes Hi All, We have developed an OR mapping tool in house. Fields and properties are marked up with attributes that describe the mappings. In order to preserve encapsulation, these fields may be private. When

[ADVANCED-DOTNET] Using Reflection to Obtain Private Members of Base Classes

2005-08-22 Thread Malcolm Young
Hi All, We have developed an OR mapping tool in house. Fields and properties are marked up with attributes that describe the mappings. In order to preserve encapsulation, these fields may be private. When it's time to hydrate or persist the object, the mappings are used to gain access to each f