| KPIControllerGetKeyPerformanceIndicators Method |
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic List<KeyPerformanceIndicator> GetKeyPerformanceIndicators(
int viewId = 0,
IEnumerable<UnresolvedFilterExpression> expressions = null
)
Parameters
- viewId (Optional)
- Type: SystemInt32
Id of a view with KPI data objects.
Can be zero - in which case all KPIs are returned.
- expressions (Optional)
- Type: System.Collections.GenericIEnumerableUnresolvedFilterExpression
Can be null.
Return Value
Type:
ListKeyPerformanceIndicator
See Also