Search Results for

    Show / Hide Table of Contents

    Class KanbanItemMovedEventArgs

    Contains all move information for a kanban item

    Inheritance
    System.Object
    System.EventArgs
    KanbanItemMovedEventArgs
    Inherited Members
    System.EventArgs.Empty
    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 KanbanItemMovedEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    KanbanItemMovedEventArgs()

    Constructor

    Declaration
    public KanbanItemMovedEventArgs()

    Properties

    | Improve this Doc View Source

    DataInstanceId

    Gets or sets data unique id

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

    KanbanId

    Gets or sets the board id

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

    KanbanName

    Gets name of the kanban board

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

    NewOrderId

    Gets or sets new order id

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

    NewPipelineId

    Gets or sets the new pipeline id

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

    NewPipelineName

    Gets new pipeline name

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

    OldOrderId

    Gets or sets old order id

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

    OldPipelineId

    Gets or sets the old pipeline id

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

    OldPipelineName

    Gets old pipline name

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