Skip to main content
A newer version of this page is available. .

SimpleObjectLayer.GetObjectLayerWideObjectTypes() Method

Returns a Dictionary<TKey,TValue><XPClassInfo,XPObjectType,> specifying the correspondence of XPClassInfo objects to XPObjectType records.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public Dictionary<XPClassInfo, XPObjectType> GetObjectLayerWideObjectTypes()

Returns

Type Description
Dictionary<XPClassInfo, XPObjectType>

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

See Also