Search Results for

    Show / Hide Table of Contents

    Class CleaningKanbanColumnConfig

    Describes the configuration of the columns in a cleaning kanban board.

    Inheritance
    System.Object
    CleaningKanbanColumnConfig
    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 CleaningKanbanColumnConfig

    Properties

    | Improve this Doc View Source

    FetchItemlimit

    Gets or sets the fetch item limit. This limits the amount of items fetched from the db.

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

    Itemlimit

    Gets or sets the limit for the amount of items allowed within the column.

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

    ItemLimitMode

    Gets or sets the item limit mode. This discribes the property, by which the amount is being applied.

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

    KanbanItemText

    Gets or sets the template of the itemtext for this column.

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

    Lane

    Gets or sets the cleaning lane of the cleaning kanban column. This restricts, which items can be shown in the column.

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

    Name

    Gets or sets the Name of the cleaning kanban column.

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

    OrderBy

    Gets or sets the propertyname which will be ordered by.

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

    OrderDirection

    Gets or sets the sorting direction. "ASC" or "DESC".

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

    StateGuid

    Gets or sets the StateId of the cleaning kanban column. This restricts, which items can be shown in the column.

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