Back to Devexpress

ReflectionDictionary Class

xpo-devexpress-dot-xpo-dot-metadata-4f726168.md

latest1.7 KB
Original Source

ReflectionDictionary Class

Implements the XPDictionary class. Provides metadata information accumulated via .NET Reflection (based on class structure and custom attributes).

Namespace : DevExpress.Xpo.Metadata

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public class ReflectionDictionary :
    XPDictionary
vb
Public Class ReflectionDictionary
    Inherits XPDictionary

Remarks

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 a high performance when creating and accessing persistent objects.

Inheritance

Object XPDictionary ReflectionDictionary

See Also

ReflectionDictionary Members

XPTypeInfo

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

DevExpress.Xpo.Metadata Namespace