Info
Version: | 4.1.0 |
Author(s): | XMPRO |
Last Update: | Monday, February 7, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.xmpro.com/ |
NuGet Url: | https://www.nuget.org/packages/XMPro.Integration.Framework |
Install
Install-Package XMPro.Integration.Framework
dotnet add package XMPro.Integration.Framework
paket add XMPro.Integration.Framework
XMPro.Integration.Framework Download (Unzip the "nupkg" after downloading)
Dependencies
- XMPro.Integration.Settings(>= 1.0.0)
Tags
The framework allows building connectors that support CRUD operations on an underlying Entity. It also provides options to build live integrations where the Integration is able to send live notification of state/data change to an App.
The most commonly used Interfaces are:
XMPro.Integration.Framework.Connector.IConnector
XMPro.Integration.Framework.Connector.ILiveConnector.