Class KanbanBoardPageGovernor
Page-Governor for showing the grid editor as an application
Inheritance
System.Object
KanbanBoardPageGovernor
Namespace: Simplic.Kanban.UI.Helper
Assembly: Simplic.Kanban.UI.dll
Syntax
public class KanbanBoardPageGovernor : PageGovernor
Constructors
| Improve this Doc View SourceKanbanBoardPageGovernor(Guid)
Initialize kanban governor
Declaration
public KanbanBoardPageGovernor(Guid appId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | appId | Unique app id |
Methods
| Improve this Doc View SourceCreatePage(Framework.UI.Info.DBInternPage)
Return an instance of the kanban board page
Declaration
public override Page CreatePage(Framework.UI.Info.DBInternPage DBInternPage)
Parameters
Type | Name | Description |
---|---|---|
Framework.UI.Info.DBInternPage | DBInternPage | Configuration/Parameter |
Returns
Type | Description |
---|---|
Page | Instance of the kanban baord page |
EditPage(Framework.UI.Info.DBInternPage)
Configuration - Not needed here
Declaration
public override Window EditPage(Framework.UI.Info.DBInternPage DBInternPage)
Parameters
Type | Name | Description |
---|---|---|
Framework.UI.Info.DBInternPage | DBInternPage | Application configuration |
Returns
Type | Description |
---|---|
System.Windows.Window | null |