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 Sourcetenants
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> |