Back to Devexpress

XPTypeInfo Class

xpo-devexpress-dot-xpo-dot-metadata-6009a3c0.md

latest1.8 KB
Original Source

XPTypeInfo Class

Serves as a base for classes that discover the object’s attributes and provide access to its metadata.

Namespace : DevExpress.Xpo.Metadata

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public abstract class XPTypeInfo
vb
Public MustInherit Class XPTypeInfo

Inheritance

Show 11 items

Object XPTypeInfo XPClassInfo

XPMemberInfo

ReflectionClassInfo

ReflectionFieldInfo

ReflectionMemberInfo

ReflectionPropertyInfo

XPCustomMemberInfo

XPDataObjectClassInfo

XPDataObjectMemberInfo

See Also

XPTypeInfo Members

XPDictionary

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

DevExpress.Xpo.Metadata Namespace