Class AdapterBase
- Namespace
- MES.MQC.DataSourceLibrary.Adapters
- Assembly
- MES.MQC.DataSourceLibrary.dll
The AdapterBase class is the base for all MQC Adapters.
public abstract class AdapterBase
- Inheritance
-
AdapterBase
- Derived
- Inherited Members
Properties
Description
Description of the Adapter that is visible in the Adapter Dialog as a popover. If the adapter is an API Connector, the description is also shown in the Add/Edit DataSource dialog, when the API Connector is selected. Absolute links get transformed into HTML Link Tags, line breaks (\n) get transformed into HTML line breaks (<br>), HTML tags are not allowed.
public virtual string Description { get; }
Property Value
Name
Unique Name of the Adapter. Defaults to the ClassName (without Adapter / FileReader / ApiConnector / Connector suffix), can be overridden with a user defined Name.
public virtual string Name { get; }
Property Value
Options
Adapter options for the specific adapter.
public AdapterOptions Options { get; set; }
Property Value
- AdapterOptions