Search Results for

    Show / Hide Table of Contents

    Class CleaningStation

    A class that represents a cleaning contact

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

    Properties

    | Improve this Doc View Source

    CleaningStationListId

    Gets or sets the list id

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

    ContactId

    Gets or sets the contact id

    Declaration
    public Guid ContactId { get; set; }
    Property Value
    Type Description
    System.Guid
    | 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 a cleaning station is deleted

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

    VehicleTypes

    Gets or sets the vehicle type ids

    Declaration
    public StatefulCollection<VehicleType> VehicleTypes { get; set; }
    Property Value
    Type Description
    StatefulCollection<VehicleType>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx