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

IObjectSpaceProvider.TypesInfo Property

Supplies metadata on types used in an XAF application.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

ITypesInfo TypesInfo { get; }

Property Value

Type Description
ITypesInfo

An ITypesInfo object which supplies metadata on types used in an XAF application.

Remarks

This property is used to initialize the BaseObjectSpace.TypesInfo property of the Object Space created by the current Object Space Provider.

See Also