Click or drag to resize

SetPropertyValuesFilter Method (SetPropertyValueFilter, Int32)

The provided filter is applied to the list. Elements which does not pass the filter are removed. Method must only be used when the objects contain values from the same property. The method performs better than the one without a propertyId.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public virtual void Filter(
	SetPropertyValueFilter filter,
	int propertyId
)

Parameters

filter
Type: Omada.OE.ModelSetPropertyValueFilter
propertyId
Type: SystemInt32
See Also