Class SelectKanbanBoardWindow
Interaction logic for SelectKanbanBoardWindow.xaml
Inheritance
System.Object
SelectKanbanBoardWindow
Namespace: Simplic.Kanban.UI
Assembly: Simplic.Kanban.UI.dll
Syntax
public class SelectKanbanBoardWindow : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceSelectKanbanBoardWindow(IEnumerable<KanbanConfiguration>)
Initialize select dialog
Declaration
public SelectKanbanBoardWindow(IEnumerable<KanbanConfiguration> configurations)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<KanbanConfiguration> | configurations | List of available configurations |
Properties
| Improve this Doc View SourceItemComment
Gets or sets the item comment
Declaration
public string ItemComment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectedConfiguration
Gets the selected configuration
Declaration
public KanbanConfiguration SelectedConfiguration { get; }
Property Value
Type | Description |
---|---|
KanbanConfiguration |
SelectedPipeline
Gets the selected pipeline
Declaration
public KanbanPipelineConfiguration SelectedPipeline { get; }
Property Value
Type | Description |
---|---|
KanbanPipelineConfiguration |