FacadeFor3E 2.0.2
See the version list below for details.
dotnet add package FacadeFor3E --version 2.0.2
NuGet\Install-Package FacadeFor3E -Version 2.0.2
<PackageReference Include="FacadeFor3E" Version="2.0.2" />
paket add FacadeFor3E --version 2.0.2
#r "nuget: FacadeFor3E, 2.0.2"
// Install FacadeFor3E as a Cake Addin #addin nuget:?package=FacadeFor3E&version=2.0.2 // Install FacadeFor3E as a Cake Tool #tool nuget:?package=FacadeFor3E&version=2.0.2
Facade for 3E
A small library which can be used to simplify the task of interacting with Elite 3E.
3E provides a TransactionService web service which you can use to run a particular process, but it's not particularly easy to use. This library provides a wrapper around the web service making creating request and interpreting responses straightforward and therefore quicker to write.
Run any 3E process from within your own .net application, so that you create your own matter opening website, generate proformas, or update conflicts information.
At present it offers the following functions:
- Run processes to create, update and delete data
- Add an attachment (any file such as a document or an email) to a record
- Get data using an xoql query
- Get the effective setting of a system option/override
Each service exposed through the TransactionService must be 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.
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.ServiceModel.Http (>= 4.10.0 && < 5.0.0)
- System.ServiceModel.Security (>= 4.10.0 && < 5.0.0)
-
.NETStandard 2.0
- NLog (>= 5.0.0 && < 6.0.0)
- System.ServiceModel.Http (>= 4.10.0 && < 5.0.0)
- System.ServiceModel.Security (>= 4.10.0 && < 5.0.0)
-
net6.0-windows7.0
- NLog (>= 5.0.0 && < 6.0.0)
- System.ServiceModel.Http (>= 6.0.0 && < 7.0.0)
- System.ServiceModel.Security (>= 6.0.0 && < 7.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 |