Search Results for

    Show / Hide Table of Contents

    Class ContactCleaningStationList

    A Class that represents a connection between a CleaningStationList and a Contact

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

    Properties

    | Improve this Doc View Source

    CleaningStationListId

    Gets or sets the id of a CleaningStationList

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

    ContactId

    Gets or sets the id of a Contact

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

    Id

    Gets or sets the Id

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