Browse Source

Update data-filtering.md

pull/5372/head
liangshiwei 6 years ago
parent
commit
02f9d3fa05
  1. 2
      docs/en/Data-Filtering.md

2
docs/en/Data-Filtering.md

@ -184,7 +184,7 @@ protected override Expression<Func<TEntity, bool>> CreateFilterExpression<TEntit
````
* Added a `IsActiveFilterEnabled` property to check if `IIsActive` is enabled or not. It internally uses the `IDataFilter` service introduced before.
* Overrided the `ShouldFilterEntity` and `CreateFilterExpression` method, checked if given entity implements the `IIsActive` interface and combines the expressions if necessary.
* Overrided the `ShouldFilterEntity` and `CreateFilterExpression` methods, checked if given entity implements the `IIsActive` interface and combines the expressions if necessary.
### MongoDB

Loading…
Cancel
Save