DevExpress.Xpo.Metadata Namespace
Contains classes that support working with metadata in XPO.
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Classes
| Name | Description |
|---|---|
| ImageValueConverter | A Value Converter which can be used to convert Image objects to an array of bytes. |
| ReflectionClassInfo | Provides access to the metadata information of a class gathered via Reflection. |
| ReflectionDictionary | Implements the XPDictionary class. Provides metadata information accumulated via .NET Reflection (based on class structure and custom attributes). |
| ReflectionFieldInfo | Provides access to field metadata gathered via Reflection. |
| ReflectionMemberInfo | Provides access to member metadata gathered via Reflection. |
| ReflectionPropertyInfo | Provides access to property metadata gathered via Reflection. |
| UtcDateTimeConverter | Represents a converter which can be used to convert DateTime objects from the local time to the current coordinated universal time (UTC). |
| ValueConverter | Serves as a base for the classes that represent property Value Converters. |
| XPClassInfo | Serves as a base for classes that provide metadata information for a class. |
| XPCustomMemberInfo | Serves as a base for classes that represent custom member’s metadata. |
| XPDataObjectClassInfo | This member supports the .NET Framework infrastructure and cannot be used directly from your code. |
| XPDataObjectMemberInfo | This member supports the .NET Framework infrastructure and cannot be used directly from your code. |
| XPDictionary | Provides the abstract (MustInherit in Visual Basic) base class for metadata providers. |
| XPMemberInfo | Serves as a base for classes that provide access to member metadata. |
| XPTypeInfo | Serves as a base for classes that discover the object’s attributes and provide access to its metadata. |