TcfOss.Filtering.Programmatic
1.0.4
dotnet add package TcfOss.Filtering.Programmatic --version 1.0.4
NuGet\Install-Package TcfOss.Filtering.Programmatic -Version 1.0.4
<PackageReference Include="TcfOss.Filtering.Programmatic" Version="1.0.4" />
<PackageVersion Include="TcfOss.Filtering.Programmatic" Version="1.0.4" />
<PackageReference Include="TcfOss.Filtering.Programmatic" />
paket add TcfOss.Filtering.Programmatic --version 1.0.4
#r "nuget: TcfOss.Filtering.Programmatic, 1.0.4"
#:package TcfOss.Filtering.Programmatic@1.0.4
#addin nuget:?package=TcfOss.Filtering.Programmatic&version=1.0.4
#tool nuget:?package=TcfOss.Filtering.Programmatic&version=1.0.4
TcfOss.Filtering.Programmatic
Filter objects for use in strongly-typed C# code, and helpers for converting them to TcfOss.Filtering.Contracts wire models.
These may be useful for, say, filter components in a Blazor or WPF application, where you want to construct filter objects in code and then send them to an API that uses TcfOss.Filtering.Contracts wire models, or the wire models may be simply mapped to TcfOss.Filtering.Linq models in the same application
The two-step conversion is preferable to going straight to Linq models, since the Contracts-to-Linq mapping offers some validations: The Basic mapper ensures that field names at least could be actual property names (i.e. nothing that could potentially lead to SQL-injection vulnerabilities), the Reflection mapper ensures that field names actually exist on the model type, and the Dict mapper only accepts fields that a developer has explicitly allowed.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- TcfOss.Filtering.Contracts (>= 1.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.