Search Results for

    Show / Hide Table of Contents

    Class CleaningKanbanTransition

    Discribes the allowed actions for a cleaning kanban board.

    Inheritance
    System.Object
    CleaningKanbanTransition
    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.PlugIn.Logistics.Disposition.Cleaning
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class CleaningKanbanTransition

    Properties

    | Improve this Doc View Source

    AllowedUserGroupIds

    Gets or sets the name of the user group ids allowed to perform this action.

    Declaration
    public List<int> AllowedUserGroupIds { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Int32>
    | Improve this Doc View Source

    MoveItemIndex

    Gets or sets the needed index to move the item.

    Declaration
    public int? MoveItemIndex { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    SourceColumn

    Gets or sets the name of the source column.

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

    TargetColumn

    Gets or sets the name of the target column.

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