| KPIControllerGetKpi Method |
Method returns KPI for a given Id.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic KeyPerformanceIndicator GetKpi(
int id,
bool performCountAndEvaluateStatus = false
)
Parameters
- id
- Type: SystemInt32
Id of KPI - performCountAndEvaluateStatus (Optional)
- Type: SystemBoolean
Whether to perform count and status evaluation
Return Value
Type:
KeyPerformanceIndicatorKPI or throws SecurityException if the user is not allowed to access the KPI
See Also