Click or drag to resize

ObjectWithIdCollectionBaseTFilterX Method (IFilterT)

The provided filter is applied to the list. Elements in the list which does not pass the filter are removed.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public void FilterX(
	IFilter<T> filter
)

Parameters

filter
Type: Omada.OE.ModelIFilterT
See Also