ModuleBase.GetExportedTypes() Method
In This Article
Returns a collection of business classes loaded to the Application Model.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public IEnumerable<Type> GetExportedTypes()
#Returns
Type | Description |
---|---|
IEnumerable<Type> | An IEnumerable |
#Remarks
The collection returned by the GetExportedTypes property is populated by the following business classes:
- Business classes marked as used in the Module Designer‘s Exported Types section.
- Types provided by the module’s ModuleBase.AdditionalExportedTypes property.
See Also