KpiModule.CustomizeTypesInfo(ITypesInfo) Method
In This Article
Customizes metadata on business classes specific to the KpiModule before loading the metadata to the Application Model‘s BOModel node.
Namespace: DevExpress.ExpressApp.Kpi
Assembly: DevExpress.ExpressApp.Kpi.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Kpi
#Declaration
public override void CustomizeTypesInfo(
ITypesInfo typesInfo
)
#Parameters
Name | Type | Description |
---|---|---|
types |
ITypes |
An ITypes |
#Remarks
This method is not intended to be called from your code.
See Also