Search Results for

    Show / Hide Table of Contents

    Class OnCodeRequiredEventArgs

    Eventarguments for using a value assigned to a cleaning code

    Inheritance
    System.Object
    System.EventArgs
    OnCodeRequiredEventArgs
    Inherited Members
    System.EventArgs.Empty
    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 OnCodeRequiredEventArgs : EventArgs

    Properties

    | Improve this Doc View Source

    CodeId

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

    Remove

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

    ValueId

    Declaration
    public Guid ValueId { 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