Search Results for

    Show / Hide Table of Contents

    Class Chamber

    Inheritance
    System.Object
    Chamber
    Implements
    System.ICloneable
    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 Chamber : ICloneable

    Constructors

    | Improve this Doc View Source

    Chamber()

    Initializes a new Instance of Chamber

    Declaration
    public Chamber()

    Properties

    | Improve this Doc View Source

    AutoCompleteNames

    Gets all used preproduct names

    Declaration
    public IList<string> AutoCompleteNames { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.String>
    | Improve this Doc View Source

    CleaningPreOrderGuid

    Gets or sets the ClenaingPreOrderGuid

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

    CleaningProcessId

    Gets or sets the cleaning process id

    Declaration
    public Guid? CleaningProcessId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    Guid

    Gets or sets the Guid

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

    Number

    Gets or sets the Number

    Declaration
    public int Number { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    PreProductOne

    Gets or sets the PreProducOne

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

    PreProductThree

    Gets or sets the PreProductThree

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

    PreProductTwo

    Gets or sets the PreProductTwo

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

    VehicleGuid

    Gets or sets the VehicleGuid

    Declaration
    public Guid VehicleGuid { get; set; }
    Property Value
    Type Description
    System.Guid

    Methods

    | Improve this Doc View Source

    Clone()

    Make a copy of this chamber

    Declaration
    public object Clone()
    Returns
    Type Description
    System.Object

    Implements

    System.ICloneable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx