Click or drag to resize

KPIControllerGetKPIDataObjects Method

Returns list of KPI data objects based on the filter settings

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public DataObjects GetKPIDataObjects(
	int viewId,
	IEnumerable<UnresolvedFilterExpression> expressions
)

Parameters

viewId
Type: SystemInt32
Id of data object view for filtering the KPIs
expressions
Type: System.Collections.GenericIEnumerableUnresolvedFilterExpression
Additional filter expressions for restricting the results

Return Value

Type: DataObjects
DataObjects collection with KPI data objects
See Also