menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanAllowedTransitionsBuilder

    Show / Hide Table of Contents

    Class KanbanAllowedTransitionsBuilder

    Represents a class for KanbanAllowedTransitionsBuilder which includes allowed transitions of Kanban columns.

    Inheritance
    System.Object
    KanbanAllowedTransitionsBuilder
    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: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class KanbanAllowedTransitionsBuilder

    Constructors

    KanbanAllowedTransitionsBuilder(KanbanWorkflow)

    Initializes a new instance of the KanbanAllowedTransitionsBuilder class.

    Declaration
    public KanbanAllowedTransitionsBuilder(KanbanWorkflow flow)
    Parameters
    Type Name Description
    KanbanWorkflow flow

    It displays the list of workflows

    Methods

    Add(String)

    Adds the allowedTransition into Workflow.

    Declaration
    public void Add(string allowedTransition)
    Parameters
    Type Name Description
    System.String allowedTransition
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved