Table of Contents

Interface IDataLocationConnector<TForm, TContentLocation, TContentIdentifier, TLoadInfo>

Namespace
MES.MQC.DataSourceLibrary.Interfaces
Assembly
MES.MQC.DataSourceLibrary.dll
public interface IDataLocationConnector<TForm, TContentLocation, TContentIdentifier, TLoadInfo> : 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

CheckDataLocationModified(DataLocationConnectorContext<TForm, TContentLocation, TContentIdentifier, TLoadInfo>)

bool CheckDataLocationModified(DataLocationConnectorContext<TForm, TContentLocation, TContentIdentifier, TLoadInfo> context)

Parameters

context DataLocationConnectorContext<TForm, TContentLocation, TContentIdentifier, TLoadInfo>

Returns

bool

GetDataLocationContents(DataLocationConnectorContext<TForm, TContentLocation, TContentIdentifier, TLoadInfo>)

DataLocationContentResult<TContentLocation, TContentIdentifier, TLoadInfo> GetDataLocationContents(DataLocationConnectorContext<TForm, TContentLocation, TContentIdentifier, TLoadInfo> context)

Parameters

context DataLocationConnectorContext<TForm, TContentLocation, TContentIdentifier, TLoadInfo>

Returns

DataLocationContentResult<TContentLocation, TContentIdentifier, TLoadInfo>