SetPropertyValuesFilter Method |
Name | Description | |
---|---|---|
![]() | Filter(IFilterT) |
The provided filter is applied to the list.
Elements in the list which does not pass the filter are removed.
(Inherited from ObjectWithIdCollectionBaseT.) |
![]() | Filter(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.
|