Assembly: Etl;
The IEtlForeWizardPage interface is used to implement a class that creates a provider/consumer/procedure wizard page based on a template.
IEtlForeWizardPage
Properties and methods of this interface should be redetermined in a custom class. The class is set in the IEtlTemplate.Class property of a custom template.
Property name | Brief description | |
Model | The Model property determines a metadata model to work with a wizard page. | |
Title | The Title property determines a name of new wizard page. |
Method name | Brief description | |
IsDoneAllowed | The IsDoneAllowed method determines whether the Finish button is active or inactive on the wizard page. | |
IsLeaveAllowed | The IsLeaveAllowed method determines whether the Next button is active or inactive on wizard page. | |
OnSetActive | The OnSetActive method determines whether wizard page is active. | |
OnWizardBack | The OnWizardBack method determines a page, which opens after clicking the Back button. | |
OnWizardNext | The OnWizardNext method determines a page, which opens on clicking the Next button. |
See also: