LambdaExpressionBuilder-PR
1.2.0-beta-01
See the version list below for details.
dotnet add package LambdaExpressionBuilder-PR --version 1.2.0-beta-01
NuGet\Install-Package LambdaExpressionBuilder-PR -Version 1.2.0-beta-01
<PackageReference Include="LambdaExpressionBuilder-PR" Version="1.2.0-beta-01" />
paket add LambdaExpressionBuilder-PR --version 1.2.0-beta-01
#r "nuget: LambdaExpressionBuilder-PR, 1.2.0-beta-01"
// Install LambdaExpressionBuilder-PR as a Cake Addin #addin nuget:?package=LambdaExpressionBuilder-PR&version=1.2.0-beta-01&prerelease // Install LambdaExpressionBuilder-PR as a Cake Tool #tool nuget:?package=LambdaExpressionBuilder-PR&version=1.2.0-beta-01&prerelease
Expression Builder
In short words, this library basically provides you with a simple way to create lambda expressions to filter lists and database queries by delivering an easy-to-use fluent interface that enables the creation, storage and transmission of those filters. That can be used to help to turn WebApi requests parameters into expressions, create advanced search screens with the capability to save and re-run those filters, among other things.
Would this help you in any way? Well, if your answer is 'yes', you just made my day a bit better.
Features:
- Ability to reference properties by their names
- Ability to reference properties from a property
- Ability to reference properties from list items
- Built-in null-checks
- Built-in XML serialization
- Globalization support
What's New: Version 1.2.0
- Support for very complex expressions Allowing groups within groups as well as a close group functionality
- Added multi-match types Match a list of values (i.e. A name that contains any of: "John", "Jess")
For a full list of changes and previous revisions, see the Change Log
Suggestions & Issues
Feel free to leave comments, and to place issues, if you find errors or realise there is any missing feature.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.Net.Compilers (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.2.1 | 1,089 | 7/13/2018 |
1.2.2 | 938 | 3/26/2018 |
1.2.0 | 1,096 | 1/22/2018 |
1.2.0-beta-01 | 838 | 1/19/2018 |