Skip to main content
.NET 6.0+

NonPersistentObjectSpaceProvider.TypesInfo Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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