FacadeFor3E 4.0.1
dotnet add package FacadeFor3E --version 4.0.1
NuGet\Install-Package FacadeFor3E -Version 4.0.1
<PackageReference Include="FacadeFor3E" Version="4.0.1" />
paket add FacadeFor3E --version 4.0.1
#r "nuget: FacadeFor3E, 4.0.1"
// Install FacadeFor3E as a Cake Addin #addin nuget:?package=FacadeFor3E&version=4.0.1 // Install FacadeFor3E as a Cake Tool #tool nuget:?package=FacadeFor3E&version=4.0.1
Facade for 3E
A small library which can be used to simplify the task of integrating with Elite 3E.
There are two different interfaces into Elite 3E:
- The Transaction Service is the original interface and is a SOAP based API. It is only available for on premises environments and is likely to be phased out over the next few years.
- The OData service is a partial replacement and is available (when installed) for on premises environments and is the only interface available for cloud hosted environments.
This library provides a wrapper around both services to make creating requests and interpreting responses straightforward and therefore quicker to write.
You can query the 3E database, or run a 3E process from within your own .net application to update data.
For Transaction Services you can:
- Get data using an xoql query
- Run processes to create, update and delete data
- Add an attachment (any file such as a document or an email) to a record
- Get the effective setting of a system option/override
For OData you can:
- Get data through an OData GET request
- Update/Insert/Delete data by running a 3E process
For on premises hosted environments, all services are run in the context of a specific user which must be known to the 3E environment being targetted and which is used to determine what process level and row-level security applies and what system options are set - just as it would through the normal front-end. A user can be specified using a NetworkCredential object (typically where the credentials are stored as part of an application's configuration), or by passing in a WindowsIdentity object (can be used when the application is browser-based and enforces Windows authentication). If neither option is used, then services will be executed in the context of the currently logged in user.
For cloud hosted environments, the OData service will run in the context of a specific 3E user.
Compatible with:
- .net framework 4.8
- .net standard 2.0
- .net 6.0
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. net6.0-windows7.0 is compatible. 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 is compatible. 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. |
-
.NETFramework 4.8
- NLog (>= 5.0.0 && < 6.0.0)
- System.Net.Http (>= 4.3.4)
- System.ServiceModel.Http (>= 4.10.3)
- System.ServiceModel.Security (>= 4.10.3)
- System.Text.Json (>= 8.0.5 && < 9.0.0)
-
.NETStandard 2.0
- NLog (>= 5.0.0 && < 6.0.0)
- System.Net.Http (>= 4.3.4)
- System.ServiceModel.Http (>= 4.10.3)
- System.ServiceModel.Security (>= 4.10.3)
- System.Text.Json (>= 8.0.5 && < 9.0.0)
-
net6.0-windows7.0
- NLog (>= 5.0.0 && < 6.0.0)
- System.ServiceModel.Http (>= 6.2.0 && < 7.0.0)
- System.ServiceModel.Security (>= 6.0.0 && < 7.0.0)
- System.Text.Json (>= 8.0.5 && < 9.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 |
---|---|---|
4.0.1 | 132 | 10/19/2024 |
4.0.0 | 117 | 6/19/2024 |
4.0.0-rc3 | 97 | 5/14/2024 |
4.0.0-rc2 | 102 | 5/13/2024 |
4.0.0-rc1 | 92 | 4/24/2024 |
3.0.2 | 153 | 1/29/2024 |
3.0.1 | 107 | 1/22/2024 |
3.0.0 | 170 | 1/5/2024 |
2.3.0 | 192 | 9/14/2023 |
2.2.0 | 188 | 8/6/2023 |
2.1.1 | 183 | 6/22/2023 |
2.1.0 | 159 | 6/19/2023 |
2.0.3 | 152 | 6/16/2023 |
2.0.2 | 173 | 6/12/2023 |
2.0.1 | 167 | 6/10/2023 |
2.0.0 | 166 | 6/9/2023 |