Class EPLDesigner
Interaction logic for the EPL-Designer
Implements
IUIDisposable
Inherited Members
Namespace: Simplic.Framework.Reporting.Editor
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class EPLDesigner : Page
Constructors
| Improve this Doc View SourceEPLDesigner()
Create EPL-Designer
Declaration
public EPLDesigner()
Methods
| Improve this Doc View SourceEdit(EPLDesignModel)
Enter the editorin edit-mode
Declaration
public void Edit(EPLDesignModel model)
Parameters
Type | Name | Description |
---|---|---|
EPLDesignModel | model |
New()
Enter the editor in new mode
Declaration
public void New()
Implements
IUIDisposable