Back to Devexpress

ReflectionMemberInfo Class

xpo-devexpress-dot-xpo-dot-metadata-ff75a0dd.md

latest2.1 KB
Original Source

ReflectionMemberInfo Class

Provides access to member metadata gathered via Reflection.

Namespace : DevExpress.Xpo.Metadata

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public abstract class ReflectionMemberInfo :
    XPMemberInfo,
    IFieldAccessor
vb
Public MustInherit Class ReflectionMemberInfo
    Inherits XPMemberInfo
    Implements IFieldAccessor

Remarks

This class serves as a base for ReflectionPropertyInfo and ReflectionFieldInfo classes that provide access to property and field metadata, respectively.

Note

When collecting metadata information for persistent classes, all the necessary code for constructor calls and accessors to public fields and properties is created using MSIL instructions (via reflection emit). This ensures that the ReflectionDictionary maintains high speed when creating and accessing persistent objects.

Inheritance

Object XPTypeInfo XPMemberInfo ReflectionMemberInfo ReflectionFieldInfo

ReflectionPropertyInfo

See Also

ReflectionMemberInfo Members

How to create persistent metadata on the fly and load data from an arbitrary table

DevExpress.Xpo.Metadata Namespace