Click or drag to resize

DataObjectCounterPassesFilter Method

Calculates whether the counter can "pass" the provided filter. The search is based on the name of the counter and the related DataObjectType names

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool PassesFilter(
	DataObjectCounterFilter filter
)

Parameters

filter
Type: Omada.OE.ModelDataObjectCounterFilter

Return Value

Type: Boolean
See Also