.NET SDK libraries and usage
The following libraries can be used with Qlik Sense .NET SDK.
Type | Name | Description |
---|---|---|
Qlik Sense .NET SDK libraries | Qlik.Engine.dll | Contain core Qlik Sense methods. |
Qlik.Engine.Extensions.dll | Contain extensions for core Qlik Sense methods. | |
Qlik.Engine.Extensions.WinForms.dll |
Contain extensions for WinForms applications. |
|
Qlik.Sense.Communication.dll |
Contains WebSocket communication methods. |
|
Qlik.Sense.Client.dll | Contain Qlik Sense client methods. | |
Qlik.Sense.JsonRpc.dll | Contain JSON RPC methods. | |
Supporting libraries | Autofac.dll | Autofac is an IoC container for Microsoft .NET. It manages the dependencies between classes so that applications stay easy to change as they grow in size and complexity. This is achieved by treating regular .NET classes as Components . |
BouncyCastle.CryptoExt.dll | Simple & Secure Cryptography Tools see https://www.bouncycastle.org/. | |
Newtonsoft.Json.dll | The MIT license model applies for the Newtonsoft Json library, see http://json.codeplex.com/license. |
Supported objects in the Qlik Sense .NET SDK
- Barchart
- Filterpane
- Gauge
- Linechart
- Piechart
- Scatterplot
- Table
- TextImage
- Treemap
- Listbox
- Combochart
- Map
- Kpi
- Pivottable