Skip to main content
.NET 6.0+

XPObjectSpaceProvider.TypesInfo Property

Supplies metadata on types used in an XAF application.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Xpo

Declaration

public 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