Class EditEPLDesignPageGovernor
Page-Governor for showing the grid editor as an application.
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Reporting.Editor
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class EditEPLDesignPageGovernor : PageGovernor, IPageContent
Constructors
| Improve this Doc View SourceEditEPLDesignPageGovernor(EPLDesignModel)
Crate edit grid page governor.
Declaration
public EditEPLDesignPageGovernor(EPLDesignModel configuration)
Parameters
Type | Name | Description |
---|---|---|
EPLDesignModel | configuration | Configuration model. |
Methods
| Improve this Doc View SourceCreatePage(DBInternPage)
Return an instance of the gird editor.
Declaration
public override Page CreatePage(DBInternPage dbInternPage)
Parameters
Type | Name | Description |
---|---|---|
DBInternPage | dbInternPage | Configuration/Parameter. |
Returns
Type | Description |
---|---|
Page | Instance of the editor. |