FacadeFor3E 4.0.0-rc3

This is a prerelease version of FacadeFor3E.
dotnet add package FacadeFor3E --version 4.0.0-rc3
NuGet\Install-Package FacadeFor3E -Version 4.0.0-rc3
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="FacadeFor3E" Version="4.0.0-rc3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FacadeFor3E --version 4.0.0-rc3
#r "nuget: FacadeFor3E, 4.0.0-rc3"
#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 FacadeFor3E as a Cake Addin
#addin nuget:?package=FacadeFor3E&version=4.0.0-rc3&prerelease

// Install FacadeFor3E as a Cake Tool
#tool nuget:?package=FacadeFor3E&version=4.0.0-rc3&prerelease

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.0-rc3 66 5/14/2024
4.0.0-rc2 77 5/13/2024
4.0.0-rc1 67 4/24/2024
3.0.2 120 1/29/2024
3.0.1 79 1/22/2024
3.0.0 125 1/5/2024
2.3.0 165 9/14/2023
2.2.0 167 8/6/2023
2.1.1 157 6/22/2023
2.1.0 134 6/19/2023
2.0.3 131 6/16/2023
2.0.2 147 6/12/2023
2.0.1 141 6/10/2023
2.0.0 143 6/9/2023