Search Results for

    Show / Hide Table of Contents

    Class KanbanPipelineConfiguration

    Kanban pipeline configuration

    Inheritance
    System.Object
    KanbanPipelineConfiguration
    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.Kanban
    Assembly: Simplic.Kanban.dll
    Syntax
    public class KanbanPipelineConfiguration

    Properties

    | Improve this Doc View Source

    DisplayName

    Gets or sets the display name

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

    Id

    Gets or sets the unique id

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    InternName

    Gets or sets the pipeline name

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

    MaxItemCount

    Gets or sets the max item count

    Declaration
    public int MaxItemCount { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    OrderId

    Gets or sets the order id

    Declaration
    public int OrderId { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx