Skip to main content
.NET 6.0+

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

When implemented by a class, designates a Dictionary<XPClassInfo,XPObjectType> specifying the correspondence of XPClassInfo objects to XPObjectType records.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

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.

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also