Search Results for

    Show / Hide Table of Contents

    Class CleaningProcess

    Cleaning process data

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

    Constructors

    | Improve this Doc View Source

    CleaningProcess()

    Constructor

    Declaration
    public CleaningProcess()

    Properties

    | Improve this Doc View Source

    Chambers

    Gets or sets the Chamberlist

    Declaration
    public StatefulCollection<Chamber> Chambers { get; }
    Property Value
    Type Description
    StatefulCollection<Chamber>
    | Improve this Doc View Source

    CleanerId

    Gets or sets the employee id from the cleaner

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

    CleaningBegin

    Gets or sets the process start

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

    CleaningEnd

    Gets or sets the process End

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

    Codes

    Gets the assigned codes

    Declaration
    public StatefulCollection<CleaningProcessCode> Codes { get; }
    Property Value
    Type Description
    StatefulCollection<CleaningProcessCode>
    | Improve this Doc View Source

    CreateDateTime

    Gets or sets the CreateDateTime

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

    CreateUserId

    Gets or sets the CreateUserId

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

    EditorId

    Gets or sets the employee id from the editor.

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

    Guid

    Gets or sets the unique id

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

    Items

    Gets the list of the items to clean

    Declaration
    public StatefulCollection<CleaningProcessItem> Items { get; }
    Property Value
    Type Description
    StatefulCollection<CleaningProcessItem>
    | Improve this Doc View Source

    Measurements

    Gets the available measurements

    Declaration
    public StatefulCollection<CleaningMeasurement> Measurements { get; }
    Property Value
    Type Description
    StatefulCollection<CleaningMeasurement>
    | Improve this Doc View Source

    PreOrder

    Gets or sets the assigned pre order

    Declaration
    public CleaningPreOrder PreOrder { get; set; }
    Property Value
    Type Description
    CleaningPreOrder
    | Improve this Doc View Source

    PreOrderId

    Gets or sets the cleaning pre order id

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

    ProcessNumber

    Gets or sets the number of the process

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

    Seals

    Gets the assigned seals

    Declaration
    public StatefulCollection<CleaningProcessSeal> Seals { get; }
    Property Value
    Type Description
    StatefulCollection<CleaningProcessSeal>
    | Improve this Doc View Source

    UpdateDateTime

    Gets or sets the UpdateDateTime

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

    UpdateUserId

    Gets or sets the UpdateUserId

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

    Values

    Gets the available values

    Declaration
    public StatefulCollection<CleaningProcessValue> Values { get; }
    Property Value
    Type Description
    StatefulCollection<CleaningProcessValue>

    Methods

    | Improve this Doc View Source

    LockNoException()

    Lock the current process and catch the lock exception

    Declaration
    public bool LockNoException()
    Returns
    Type Description
    System.Boolean

    True if the process could be locked

    | Improve this Doc View Source

    ReleaseDbLock()

    Release the lock

    Declaration
    public void ReleaseDbLock()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx