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

KpiModule.GetKpiBusinessClasses() Method

Returns basic KPI specific business classes to be loaded to the Application Model.

Namespace: DevExpress.ExpressApp.Kpi

Assembly: DevExpress.ExpressApp.Kpi.v19.2.dll

Declaration

public static IEnumerable<Type> GetKpiBusinessClasses()

Returns

Type Description
IEnumerable<Type>

An IEnumerable<Type> object specifying basic KPI specific business classes to be loaded to the Application Model.

Remarks

This method is not intended to be called from your code.

See Also