Search Results for

    Show / Hide Table of Contents

    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 Source

    SelectKanbanBoardWindow(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 Source

    ItemComment

    Gets or sets the item comment

    Declaration
    public string ItemComment { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SelectedConfiguration

    Gets the selected configuration

    Declaration
    public KanbanConfiguration SelectedConfiguration { get; }
    Property Value
    Type Description
    KanbanConfiguration
    | Improve this Doc View Source

    SelectedPipeline

    Gets the selected pipeline

    Declaration
    public KanbanPipelineConfiguration SelectedPipeline { get; }
    Property Value
    Type Description
    KanbanPipelineConfiguration
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx