LogicBuilder.Kendo.ExpressionExtensions
6.0.3
Prefix Reserved
dotnet add package LogicBuilder.Kendo.ExpressionExtensions --version 6.0.3
NuGet\Install-Package LogicBuilder.Kendo.ExpressionExtensions -Version 6.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LogicBuilder.Kendo.ExpressionExtensions" Version="6.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LogicBuilder.Kendo.ExpressionExtensions --version 6.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: LogicBuilder.Kendo.ExpressionExtensions, 6.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LogicBuilder.Kendo.ExpressionExtensions as a Cake Addin #addin nuget:?package=LogicBuilder.Kendo.ExpressionExtensions&version=6.0.3 // Install LogicBuilder.Kendo.ExpressionExtensions as a Cake Tool #tool nuget:?package=LogicBuilder.Kendo.ExpressionExtensions&version=6.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
LogicBuilder.Kendo.ExpressionExtensions
LogicBuilder.Kendo.ExpressionExtensions depends on Telerik.UI.for.AspNet.Core but has not been created or maintained by Telerik/Progress. It contains extension methods for creating IQueryable expressions given an instance of Telerik's DataSourceRequest class.
First implement the context, store, repository and service registrations as in LogicBuilder.EntityFrameworkCore.SqlServer.
//Use the DataSourceRequest helper to get the DataSourceResult.
ISchoolRepository repository = serviceProvider.GetRequiredService<ISchoolRepository>();
DataSourceResult result = await request.GetData<StudentModel, Student>(repository);
public static async Task<DataSourceResult> GetData<TModel, TData>(this DataRequest request, IContextRepository contextRepository)
where TModel : BaseModelClass
where TData : BaseDataClass
{
return await request.Options.CreateDataSourceRequest().GetDataSourceResult<TModel, TData>
(
contextRepository,
request.SelectExpandDefinition,
request.Includes.BuildIncludesExpressionCollection<TModel>()
);
}
Refer to the data request tests for complete examples.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Telerik.UI.for.AspNet.Core (>= 2018.3.911)
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 |
---|---|---|
6.0.3 | 79 | 11/3/2024 |
6.0.2 | 118 | 8/11/2024 |
6.0.1 | 311 | 3/28/2024 |
6.0.0 | 238 | 12/27/2023 |
5.0.12 | 234 | 10/14/2023 |
5.0.11 | 125 | 10/14/2023 |
5.0.10 | 165 | 8/15/2023 |
5.0.9 | 159 | 7/16/2023 |
5.0.8 | 179 | 5/10/2023 |
5.0.7 | 518 | 10/1/2022 |
5.0.6 | 450 | 6/16/2022 |
5.0.4 | 456 | 4/15/2022 |
5.0.3 | 415 | 4/15/2022 |
5.0.2 | 313 | 12/24/2021 |
5.0.1 | 362 | 12/14/2021 |
5.0.0 | 305 | 12/14/2021 |
4.1.3 | 392 | 9/8/2021 |
4.1.3-preview.3 | 178 | 9/7/2021 |
4.1.3-preview.2 | 143 | 8/26/2021 |
4.1.3-preview.1 | 160 | 8/23/2021 |
4.1.3-preview.0 | 144 | 8/7/2021 |
4.1.2 | 337 | 5/11/2021 |
4.1.1 | 1,369 | 2/20/2021 |
4.1.1-preview.2 | 166 | 2/8/2021 |
4.1.1-preview.0 | 161 | 2/5/2021 |
4.1.0 | 405 | 1/13/2021 |
4.0.2 | 540 | 9/16/2020 |
4.0.1 | 420 | 9/8/2020 |
4.0.1-preview.1 | 253 | 9/4/2020 |
4.0.1-preview.0 | 249 | 8/26/2020 |
4.0.0 | 527 | 7/23/2020 |
4.0.0-preview02 | 346 | 7/20/2020 |
4.0.0-preview01 | 348 | 7/17/2020 |
3.0.0 | 591 | 1/3/2020 |
2.0.0 | 565 | 8/27/2019 |
1.0.0 | 703 | 12/30/2018 |
1.0.0-preview07 | 562 | 11/8/2018 |
1.0.0-preview06 | 639 | 9/17/2018 |
1.0.0-preview05 | 660 | 9/17/2018 |
Supporting .NET 8.0.