Search Results for

    Show / Hide Table of Contents

    Class CleaningKanbanConfiguration

    Describes the configuration of the claning kanban board.

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

    Properties

    | Improve this Doc View Source

    AllowedUserGroupIds

    Gets or sets the user group ids of users, that are allowed to see the the cleaning station in the kanban board.

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

    Columns

    Gets or sets the configurations for the columns in the cleaning kanban board.

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

    PresetCustomerGuid

    Gets or sets the contactGuid for the cleaning order preset.

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

    RefreshInterval

    Gets or sets the amount of miliseconds between automatic cleaning kanban board refreshes.

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

    StationId

    Gets or sets the contact guid of the cleaning station.

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

    Transitions

    Gets or sets the allowed transitions for the cleaning kanban board. This only includes user actions.

    Declaration
    public List<CleaningKanbanTransition> Transitions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<CleaningKanbanTransition>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx