FacadeFor3E 3.0.2

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package FacadeFor3E --version 3.0.2
NuGet\Install-Package FacadeFor3E -Version 3.0.2
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="3.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FacadeFor3E --version 3.0.2
#r "nuget: FacadeFor3E, 3.0.2"
#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=3.0.2

// Install FacadeFor3E as a Cake Tool
#tool nuget:?package=FacadeFor3E&version=3.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 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-rc1 60 4/24/2024
3.0.2 112 1/29/2024
3.0.1 76 1/22/2024
3.0.0 120 1/5/2024
2.3.0 161 9/14/2023
2.2.0 164 8/6/2023
2.1.1 154 6/22/2023
2.1.0 132 6/19/2023
2.0.3 128 6/16/2023
2.0.2 145 6/12/2023
2.0.1 139 6/10/2023
2.0.0 141 6/9/2023