Table of Contents

Interface IDataLocationPreview<TForm, TContentLocation, TContentIdentifier, TLoadInfo>

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

Type Parameters

TForm
TContentLocation
TContentIdentifier
TLoadInfo

Methods

CreatePreview(DataLocationConnectorContext<TForm, TContentLocation, TContentIdentifier, TLoadInfo>, string, out int)

FormPreview[] CreatePreview(DataLocationConnectorContext<TForm, TContentLocation, TContentIdentifier, TLoadInfo> context, string preview, out int totalCount)

Parameters

context DataLocationConnectorContext<TForm, TContentLocation, TContentIdentifier, TLoadInfo>
preview string
totalCount int

Returns

FormPreview[]