Back to Devexpress

XPDictionary Class

xpo-devexpress-dot-xpo-dot-metadata-e3b5560e.md

latest3.2 KB
Original Source

XPDictionary Class

Provides the abstract ( MustInherit in Visual Basic) base class for metadata providers.

Namespace : DevExpress.Xpo.Metadata

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public abstract class XPDictionary :
    IXPDictionaryProvider
vb
Public MustInherit Class XPDictionary
    Implements IXPDictionaryProvider

The following members return XPDictionary objects:

Show 11 links

LibraryRelated API Members
XPO (.NET ORM Library)SerializableObjectLayerClient.Dictionary
Session.Dictionary
SimpleObjectLayer.Dictionary
XPBindingSource.Dictionary
XPClassInfo.Dictionary
XPDataView.Dictionary
XPObjectSource.Dictionary
XpoDefault.Dictionary
XpoDefault.GetDictionary()
XPQueryBase.Dictionary
XAF: Cross-Platform .NET App UI & Web APIXPObjectSpaceProvider.XPDictionary

The following members return XPDictionary objects:

Inheritance

Object XPDictionary ReflectionDictionary

See Also

XPDictionary Members

XPTypeInfo

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

DevExpress.Xpo.Metadata Namespace