Click or drag to resize

SetPropertyValuesFilter Method

Overload List
  NameDescription
Public methodFilter(IFilterT)
The provided filter is applied to the list. Elements in the list which does not pass the filter are removed.
(Inherited from ObjectWithIdCollectionBaseT.)
Public methodFilter(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.
Top
See Also