Class ExportForm
- Namespace
- MES.MQC.ExportLibrary.Models.Forms
- Assembly
- MES.MQC.ExportLibrary.dll
public abstract class ExportForm : Form
- Inheritance
-
ExportForm
- Derived
- Inherited Members
Properties
DownloadEnabled
public bool DownloadEnabled { get; set; }
Property Value
Schedule
[Augmentation(typeof(ScheduleAugmenter), new string[] { "Triggers=Triggers" }, AssistanceExecution.Always)]
public ExportSchedule Schedule { get; set; }
Property Value
Triggers
public ExportTrigger[] Triggers { get; set; }