Search Results for

    Show / Hide Table of Contents

    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 Source

    CleaningStations

    Gets or sets the cleaning stations

    Declaration
    public StatefulCollection<CleaningStation> CleaningStations { get; set; }
    Property Value
    Type Description
    StatefulCollection<CleaningStation>
    | Improve this Doc View Source

    Id

    Gets or sets the unique

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsDeleted

    Gets or sets wherter the cleaning station list is deleted

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

    Name

    Gets or sets the Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Number

    Gest or sets the number

    Declaration
    public int Number { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx