Assembly: Etl;
Namespace: Prognoz.Platform.Interop.Etl;
The IEtlForeWizardPage interface is used to implement the class that works with settings of the created page of user provider/consumer wizard.
IEtlForeWizardPage
To implement the class that creates pages of user provider/consumer wizard, use the IEtlForeWizardPages interface.
| Property name | Brief description | |
| Model | The Model property determines a metadata model that is used to work with user provider/consumer wizard page. | |
| Title | The Title property determines name of a new page of user provider/consumer wizard. |
| Method name | Brief description | |
| IsDoneAllowed | The IsDoneAllowed method determines whether the Done button of user provider/consumer wizard page is active or inactive. | |
| IsLeaveAllowed | The IsLeaveAllowed method determines whether the Next button of user provider/consumer wizard page is active or inactive. | |
| OnSetActive | The OnSetActive method determines whether user provider/consumer wizard page is active. | |
| OnWizardBack | The OnWizardBack method determines the page, to which moving is executed on clicking the Back button of user provider/consumer wizard. | |
| OnWizardNext | The OnWizardNext method determines the page, to which moving is executed on clicking the Next button of user provider/consumer wizard. |
See also: