Table of Contents

Class DataLocationConnectorContext<TForm, TContentLocation, TContentIdentifier, TLoadInfo>

Namespace
MES.MQC.DataSourceLibrary.Context
Assembly
MES.MQC.DataSourceLibrary.dll
public class DataLocationConnectorContext<TForm, TContentLocation, TContentIdentifier, TLoadInfo> : ContextBase, IFormContext<TForm> where TForm : Form, new() where TContentLocation : ContentLocationBase, new() where TContentIdentifier : IContentIdentifier, new() where TLoadInfo : LoadInfoBase, new()

Type Parameters

TForm
TContentLocation
TContentIdentifier
TLoadInfo
Inheritance
DataLocationConnectorContext<TForm, TContentLocation, TContentIdentifier, TLoadInfo>
Implements
Inherited Members

Properties

ConnectorSettings

Settings for the connector.

public ConnectorSettings ConnectorSettings { get; }

Property Value

ConnectorSettings

Form

Form of the API DataLocation.

public TForm Form { get; }

Property Value

TForm

ResultOfLastImport

Last result of the last GetDataLocationContents, if there was any. Includes Contents and LoadInfo..

public DataLocationContentResult<TContentLocation, TContentIdentifier, TLoadInfo> ResultOfLastImport { get; set; }

Property Value

DataLocationContentResult<TContentLocation, TContentIdentifier, TLoadInfo>