Search Results for

    Show / Hide Table of Contents

    Class TenantCleaningSettings

    Represents the cleaning settings of a tenant.

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

    Properties

    | Improve this Doc View Source

    CleaningKanbanConfigurations

    Gets or sets the configuration for the cleaning kanban.

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

    EnableNewCleaningFromKanban

    Gets or sets if a new cleaning order can be created via the kanban-board.

    Declaration
    public bool EnableNewCleaningFromKanban { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ReportSettings

    Gets or sets the report settings.

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

    ShowCodesOnFirstPage

    Gets or sets whenever the cleaning codes can mit configured on the first page of the cleaning process window.

    Declaration
    public bool ShowCodesOnFirstPage { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ShowCustomStartEndDateTime

    Gets or sets if the custom start and end times for a cleaning process should be shown.

    Declaration
    public bool ShowCustomStartEndDateTime { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ShowEditorSelector

    Gets or sets if the editor in a cleaning process can be edited.

    Declaration
    public bool ShowEditorSelector { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    TenantId

    Gets or sets the unique identifier for the tenant.

    Declaration
    public Guid TenantId { 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