Table of Contents

Interface IDataLocationDataConnector<TForm, TContentLocation, TContentIdentifier, TLoadInfo>

Namespace
MES.MQC.DataSourceLibrary.Interfaces
Assembly
MES.MQC.DataSourceLibrary.dll
public interface IDataLocationDataConnector<TForm, TContentLocation, TContentIdentifier, TLoadInfo> : IDataLocationConnector<TForm, TContentLocation, TContentIdentifier, TLoadInfo>, IDataLocationDataConnector, IDataLocationConnector, IFormAdapter where TForm : Form, new() where TContentLocation : ContentLocationBase, new() where TContentIdentifier : IContentIdentifier, new() where TLoadInfo : LoadInfoBase, new()

Type Parameters

TForm
TContentLocation
TContentIdentifier
TLoadInfo
Inherited Members

Methods

GetDataLocationContentData(DataLocationConnectorContext<TForm, TContentLocation, TContentIdentifier, TLoadInfo>, DataContent<TContentLocation, TContentIdentifier>, bool)

DataLocationContentDataResult GetDataLocationContentData(DataLocationConnectorContext<TForm, TContentLocation, TContentIdentifier, TLoadInfo> context, DataContent<TContentLocation, TContentIdentifier> content, bool importFindings)

Parameters

context DataLocationConnectorContext<TForm, TContentLocation, TContentIdentifier, TLoadInfo>
content DataContent<TContentLocation, TContentIdentifier>
importFindings bool

Returns

DataLocationContentDataResult