Back to Devexpress

ModuleBase.GetExportedTypes() Method

expressappframework-devexpress-dot-expressapp-dot-modulebase-30b0b241.md

latest1.6 KB
Original Source

ModuleBase.GetExportedTypes() Method

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

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public IEnumerable<Type> GetExportedTypes()
vb
Public Function GetExportedTypes As IEnumerable(Of Type)

Returns

TypeDescription
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

ModuleBase Class

ModuleBase Members

DevExpress.ExpressApp Namespace