Skip to main content
A newer version of this page is available.
All docs
V20.2
.NET Standard 2.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

EFCoreObjectSpaceProvider.TypesInfo Property

Supplies XAF-related information on business classes.

Namespace: DevExpress.ExpressApp.EFCore

Assembly: DevExpress.ExpressApp.EFCore.v20.2.dll

Declaration

public ITypesInfo TypesInfo { get; }

Property Value

Type Description
ITypesInfo

An ITypesInfo object that provides access to XAF-related information on business classes.

Remarks

The current Object Space Provider uses this property when initializes the BaseObjectSpace.TypesInfo property of the Object Space.

Implements

See Also