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

ModuleBase.GetExportedTypes() Method

Returns a collection of business classes loaded to the Application Model.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public IEnumerable<Type> GetExportedTypes()

Returns

Type Description
IEnumerable<Type>

An IEnumerable<Type> collection of business classes to be loaded to the Application Model.

Remarks

The collection returned by the GetExportedTypes property is populated by the following business classes:

See Also