Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

NonPersistentObjectSpaceProvider.TypesInfo Property

Supplies XAF-related information on types used in the application.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ITypesInfo TypesInfo { get; }

Property Value

Type Description
ITypesInfo

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

Implements

See Also