Class PageGovernor
Represents the page governor to create and edit pages
Inheritance
System.Object
PageGovernor
Namespace: Simplic.PlugIn.Logistics.UI.ResourceRequirementsPlanning
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class PageGovernor : Framework.UI.PageGovernor
Methods
| Improve this Doc View SourceCreatePage(DBInternPage)
Method to create the page
Declaration
public override Page CreatePage(DBInternPage DBInternPage)
Parameters
Type | Name | Description |
---|---|---|
DBInternPage | DBInternPage |
Returns
Type | Description |
---|---|
Page |
EditPage(DBInternPage)
Method to edit the page (not implemented yet)
Declaration
public override Window EditPage(DBInternPage DBInternPage)
Parameters
Type | Name | Description |
---|---|---|
DBInternPage | DBInternPage |
Returns
Type | Description |
---|---|
System.Windows.Window |