Table of Contents

Class ApiConnector

Namespace
MES.MQC.DataSourceLibrary.Adapters
Assembly
MES.MQC.DataSourceLibrary.dll

The Api Adapter class is the base for all MQC API Connectors

public abstract class ApiConnector : DataAdapterBase, IFormAdapter
Inheritance
ApiConnector
Implements
Derived
Inherited Members

Properties

DataSource

The Data Source of the Adapter. If a report file contains data from multiple data sources, this property has to be to "Unknown" and the DataSource of each AdapterData object has to be defined. DataSource should be "Undefined", if only files are downloaded.

public override string DataSource { get; }

Property Value

string

Methods

ExecuteCachedInForm<T>(IFormContext<Form>, object[], Func<T>)

protected T ExecuteCachedInForm<T>(IFormContext<Form> context, object[] arguments, Func<T> lambda)

Parameters

context IFormContext<Form>
arguments object[]
lambda Func<T>

Returns

T

Type Parameters

T