Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SessionObjectLayer.SetObjectLayerWideObjectTypes(Dictionary<XPClassInfo, XPObjectType>) Method

Designates a Dictionary<XPClassInfo,XPObjectType> specifying the correspondence of XPClassInfo objects to XPObjectType records.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public void SetObjectLayerWideObjectTypes(
    Dictionary<XPClassInfo, XPObjectType> loadedTypes
)

Parameters

Name Type Description
loadedTypes Dictionary<XPClassInfo, XPObjectType>

A Dictionary<XPClassInfo,XPObjectType>, providing a collection of complementary XPClassInfo-XPObjectType pairs.

See Also