Class CleaningStationList
A class that represents a cleaning station list
Inheritance
System.Object
CleaningStationList
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.Logistics.Cleaning
Assembly: Simplic.Logistics.Cleaning.dll
Syntax
public class CleaningStationList
Properties
| Improve this Doc View SourceCleaningStations
Gets or sets the cleaning stations
Declaration
public StatefulCollection<CleaningStation> CleaningStations { get; set; }
Property Value
Type | Description |
---|---|
StatefulCollection<CleaningStation> |
Id
Gets or sets the unique
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsDeleted
Gets or sets wherter the cleaning station list is deleted
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets or sets the Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Number
Gest or sets the number
Declaration
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |