Table of Contents

Class ExportConnectorContext<TForm>

Namespace
MES.MQC.ExportLibrary.Context
Assembly
MES.MQC.ExportLibrary.dll
public class ExportConnectorContext<TForm> : ContextBase, IFormContext<TForm> where TForm : Form

Type Parameters

TForm
Inheritance
ExportConnectorContext<TForm>
Implements
Derived
Inherited Members

Properties

ConnectorSettings

Settings for the connector.

public ExportConnectorSettings ConnectorSettings { get; }

Property Value

ExportConnectorSettings

FactLayer

Info of last export.

public IFactLayer FactLayer { get; set; }

Property Value

IFactLayer

Form

Form of the export.

public TForm Form { get; }

Property Value

TForm