Delegate.XrmContext
1.2.0
See the version list below for details.
dotnet add package Delegate.XrmContext --version 1.2.0
NuGet\Install-Package Delegate.XrmContext -Version 1.2.0
<PackageReference Include="Delegate.XrmContext" Version="1.2.0" />
paket add Delegate.XrmContext --version 1.2.0
#r "nuget: Delegate.XrmContext, 1.2.0"
// Install Delegate.XrmContext as a Cake Addin #addin nuget:?package=Delegate.XrmContext&version=1.2.0 // Install Delegate.XrmContext as a Cake Tool #tool nuget:?package=Delegate.XrmContext&version=1.2.0
Tool to generate early-bound .NET framework classes and enumerations for MS CRM Dynamics server-side coding.
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.CrmSdk.CoreAssemblies (= 8.0.2.1)
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 |
---|---|---|
3.0.1 | 72,226 | 9/16/2022 |
3.0.0 | 3,215 | 6/24/2022 |
2.0.2 | 70,009 | 7/8/2021 |
2.0.1 | 14,666 | 5/21/2021 |
2.0.0 | 24,260 | 2/5/2021 |
1.8.1 | 4,537 | 12/11/2020 |
1.8.0 | 39,233 | 9/7/2020 |
1.7.6 | 11,552 | 8/10/2020 |
1.7.5 | 9,059 | 6/17/2020 |
1.7.4 | 22,490 | 3/13/2020 |
1.7.3 | 1,666 | 3/13/2020 |
1.7.2 | 5,383 | 2/25/2020 |
1.7.1 | 2,301 | 2/13/2020 |
1.7.0 | 1,570 | 2/11/2020 |
1.6.0 | 8,528 | 9/24/2019 |
1.5.4 | 9,565 | 5/24/2019 |
1.5.3 | 7,637 | 2/18/2019 |
1.5.2 | 11,432 | 8/17/2018 |
1.5.1 | 2,306 | 7/19/2018 |
1.5.0 | 4,103 | 1/5/2018 |
1.4.5 | 2,211 | 10/11/2017 |
1.4.4 | 2,663 | 9/20/2017 |
1.4.3 | 2,096 | 9/15/2017 |
1.4.2 | 2,106 | 9/12/2017 |
1.4.1 | 3,564 | 5/24/2017 |
1.4.0 | 2,188 | 5/22/2017 |
1.3.1 | 2,312 | 4/4/2017 |
1.3.0 | 2,141 | 2/10/2017 |
1.2.4 | 2,425 | 9/21/2016 |
1.2.3 | 2,268 | 7/7/2016 |
1.2.2 | 2,280 | 4/15/2016 |
1.2.1 | 2,528 | 4/7/2016 |
1.2.0 | 2,156 | 3/29/2016 |
1.1.2 | 2,843 | 2/29/2016 |
1.1.1 | 2,383 | 12/29/2015 |
1.1.0 | 2,341 | 12/18/2015 |
1.0.1 | 2,397 | 12/7/2015 |
1.0.0 | 2,558 | 10/15/2015 |
Added functionality that helps with alternate keys for entities,
and in order to support this, the dependency `Microsoft.CrmSdk.CoreAssemblies` has been increased to the newest version again
Added a comment description for entity classes
Added several functions to easily create CRM requests from entity objects
Added static retrieve methods (`.Retrieve_<keyname>`) on entity classes that makes it possible to retrieve records using alternate keys
Added methods (`.AltKey_<keyname>`) that helps set the alternate keys correctly on an entity object before upserting it
Added `.Retrieve<T>`, `.Upsert`, `.Assign` and `.SetState` extension methods on `IOrganizationService` to simplify the use of these requests
Added `.PerformAsBulk` extension method on `IOrganizationService` that performs requests as bulk
To support multiple versions of `CrmSdk.CoreAssemblies` in the target library, a new "***/version***" argument has been added