Search Results for

    Show / Hide Table of Contents

    Class CleaningSettings

    Represents the cleaning settings configured in /bulit-in/cleaning/settings.json

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

    Properties

    | Improve this Doc View Source

    tenants

    Gets or sets the settings for each individual tenant.

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