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
Methods
ExecuteCachedInForm<T>(IFormContext<Form>, object[], Func<T>)
protected T ExecuteCachedInForm<T>(IFormContext<Form> context, object[] arguments, Func<T> lambda)
Parameters
contextIFormContext<Form>argumentsobject[]lambdaFunc<T>
Returns
- T
Type Parameters
T