Hi,
I use your lib and it was very usefull. I add some operations like Any or NotAny for List type.
I think it could be interesting to add this operations to your lib.
I also add method to filter by property expression. Example:
filter.By<Student>(x=> x.Director.Name, Operations.Equal, "test");
I think it provides more flexibility for the dev to use string property description or expression property.
Hi,
I use your lib and it was very usefull. I add some operations like Any or NotAny for List type.
I think it could be interesting to add this operations to your lib.
I also add method to filter by property expression. Example:
filter.By<Student>(x=> x.Director.Name, Operations.Equal, "test");I think it provides more flexibility for the dev to use string property description or expression property.