Table of Contents

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

bool

Schedule

[Augmentation(typeof(ScheduleAugmenter), new string[] { "Triggers=Triggers" }, AssistanceExecution.Always)]
public ExportSchedule Schedule { get; set; }

Property Value

ExportSchedule

Triggers

public ExportTrigger[] Triggers { get; set; }

Property Value

ExportTrigger[]