Search Results for

    Show / Hide Table of Contents

    Class ContactCleaningInformation

    Represents the connection between a contact and a cleaning procedure.

    It's needed to select a customer prodedure id which will be set when a customer is selected in a cleaning order.

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

    Properties

    | Improve this Doc View Source

    ContactId

    Gets or sets the contact id.

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

    CustomerProcedureId

    Gets or sets the customer procedure id.

    References a CleaningProcedure.

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