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 SourceCleaningKanbanConfigurations
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> |
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 |
ReportSettings
Gets or sets the report settings.
Declaration
public List<CleaningReportSetting> ReportSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CleaningReportSetting> |
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 |
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 |
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 |
TenantId
Gets or sets the unique identifier for the tenant.
Declaration
public Guid TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |