Click or drag to resize

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
Syntax
C#
public 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: KeyPerformanceIndicator
KPI or throws SecurityException if the user is not allowed to access the KPI
See Also