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
-
IFormContext<TForm>
- Derived
- Inherited Members
Properties
ConnectorSettings
Settings for the connector.
public ExportConnectorSettings ConnectorSettings { get; }
Property Value
FactLayer
Info of last export.
public IFactLayer FactLayer { get; set; }
Property Value
Form
Form of the export.
public TForm Form { get; }
Property Value
- TForm