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
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
> 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
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
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
@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
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