xpo-devexpress-dot-xpo-dot-metadata-ddfa76b7.md
Provides access to property metadata gathered via Reflection.
Namespace : DevExpress.Xpo.Metadata
Assembly : DevExpress.Xpo.v25.2.dll
NuGet Package : DevExpress.Xpo
public sealed class ReflectionPropertyInfo :
ReflectionMemberInfo,
IFieldAccessor
Public NotInheritable Class ReflectionPropertyInfo
Inherits ReflectionMemberInfo
Implements IFieldAccessor
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.
Object XPTypeInfo XPMemberInfo ReflectionMemberInfo ReflectionPropertyInfo
See Also