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.v21.1.dll
Declaration
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.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the ReflectionDictionary class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.