VeeFriends.CRM
2.0.50
See the version list below for details.
dotnet add package VeeFriends.CRM --version 2.0.50
NuGet\Install-Package VeeFriends.CRM -Version 2.0.50
<PackageReference Include="VeeFriends.CRM" Version="2.0.50" />
paket add VeeFriends.CRM --version 2.0.50
#r "nuget: VeeFriends.CRM, 2.0.50"
// Install VeeFriends.CRM as a Cake Addin #addin nuget:?package=VeeFriends.CRM&version=2.0.50 // Install VeeFriends.CRM as a Cake Tool #tool nuget:?package=VeeFriends.CRM&version=2.0.50
VeeFriends.CRM
This package has nothing todo with VeeFriends.com or Gary Vaynerchuk or NFTs.
Installation
$ dotnet add package VeeFriends.CRM
Usage
This SDK is a very opinionated OData Microsoft Dynamics 365 SDK. It is designed to be used with your own CRM instance.
- Supply your CRM host
- Supply your CRM credentials
- Supply your CRM entities
- Supply your CRM anayltics key (power apps) (optional)
- Build the client
var client = new CrmClientBuilder()
.AddCrmVersion()
.AddCrmHost(host)
.AddCredentials(clientId, clientSecret, tenantId)
.AddEntity<SampleUserModel>()
.AddAnalytics(anayltics)
.Build();
Next, get your entity context.
var context = client.For<SampleUserModel>();
Note: In order for models to be used with the SDK, they must inherit from
CrmModel
and be supplied with a class attribute[CrmEntity('contacts', 'contactid')]
The first parameter is the collection name and the second is the primary key or identifier of the entity.
Here's an example contact entity.
[CrmEntity("contacts", "contactid")]
public class SampleUserModel : CrmModel
{
[JsonPropertyName("contactid")]
public Guid Id { get; set; }
[JsonPropertyName("firstname")]
public string? FirstName { get; set; }
[JsonPropertyName("lastname")]
public string? LastName { get; set; }
}
Next, you can use the context to query your CRM.
var users = await context
.QueryAsync(x => x.FirstName == "Gary");
Feel free to explore the other methods.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- EngagementInsightsAnalytics (>= 0.1.0)
- Microsoft.AspNet.WebApi.Client (>= 6.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Microsoft.Identity.Client (>= 4.57.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on VeeFriends.CRM:
Package | Downloads |
---|---|
VeeFriends.Reporting.Contacts
VeeFriends Series 1 reporting SDK. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.83 | 4,961 | 10/25/2024 |
2.0.82 | 1,401 | 10/4/2024 |
2.0.81 | 1,394 | 9/5/2024 |
2.0.80 | 1,379 | 8/26/2024 |
2.0.79 | 91 | 8/26/2024 |
2.0.78 | 90 | 8/26/2024 |
2.0.77 | 89 | 8/26/2024 |
2.0.76 | 87 | 8/26/2024 |
2.0.75 | 2,032 | 8/19/2024 |
2.0.74 | 162 | 8/19/2024 |
2.0.73 | 105 | 8/19/2024 |
2.0.72 | 348 | 8/17/2024 |
2.0.71 | 124 | 8/17/2024 |
2.0.70 | 115 | 8/17/2024 |
2.0.69 | 115 | 8/17/2024 |
2.0.68 | 124 | 8/17/2024 |
2.0.67 | 129 | 8/17/2024 |
2.0.66 | 111 | 8/16/2024 |
2.0.65 | 113 | 8/16/2024 |
2.0.64 | 6,112 | 7/11/2024 |
2.0.63 | 77 | 7/11/2024 |
2.0.62 | 79 | 7/11/2024 |
2.0.61 | 87 | 7/11/2024 |
2.0.60 | 92 | 7/11/2024 |
2.0.59 | 6,721 | 5/2/2024 |
2.0.58 | 3,351 | 4/17/2024 |
2.0.57 | 1,140 | 3/18/2024 |
2.0.56 | 114 | 3/15/2024 |
2.0.55 | 7,381 | 2/7/2024 |
2.0.54 | 1,711 | 1/23/2024 |
2.0.53 | 4,471 | 11/29/2023 |
2.0.52 | 108 | 11/29/2023 |
2.0.51 | 119 | 11/29/2023 |
2.0.50 | 121 | 11/29/2023 |
2.0.49 | 2,537 | 10/10/2023 |
2.0.48 | 6,464 | 8/8/2023 |
2.0.47 | 143 | 7/7/2023 |
2.0.45 | 2,966 | 6/29/2023 |
2.0.44 | 142 | 6/29/2023 |
2.0.43 | 137 | 6/29/2023 |
2.0.42 | 132 | 6/29/2023 |
2.0.41 | 154 | 6/29/2023 |
2.0.40 | 148 | 6/29/2023 |
2.0.39 | 155 | 6/28/2023 |
2.0.38 | 135 | 6/28/2023 |
2.0.37 | 339 | 6/27/2023 |
2.0.36 | 131 | 6/27/2023 |
2.0.35 | 196 | 6/27/2023 |
2.0.34 | 125 | 6/27/2023 |
2.0.33 | 145 | 6/26/2023 |
2.0.32 | 175 | 6/9/2023 |
2.0.30 | 144 | 6/9/2023 |
2.0.29 | 141 | 6/9/2023 |
2.0.28 | 137 | 6/9/2023 |
2.0.27 | 151 | 6/9/2023 |
2.0.26 | 138 | 6/9/2023 |
2.0.25 | 150 | 6/9/2023 |
2.0.22 | 150 | 6/9/2023 |
2.0.21 | 236 | 5/31/2023 |
2.0.19 | 211 | 5/26/2023 |
2.0.18 | 143 | 5/26/2023 |
2.0.17 | 147 | 5/26/2023 |
2.0.16 | 144 | 5/25/2023 |
2.0.15 | 150 | 5/24/2023 |
2.0.14 | 154 | 5/24/2023 |
2.0.13 | 150 | 5/24/2023 |
2.0.12 | 149 | 5/24/2023 |
2.0.11 | 141 | 5/24/2023 |
2.0.10 | 139 | 5/24/2023 |
2.0.9 | 139 | 5/24/2023 |
2.0.8 | 142 | 5/24/2023 |
2.0.7 | 140 | 5/24/2023 |
2.0.6 | 133 | 5/24/2023 |
2.0.5 | 147 | 5/24/2023 |
2.0.4 | 151 | 5/24/2023 |
2.0.3 | 126 | 5/24/2023 |