Search Results for

    Show / Hide Table of Contents

    Class CleaningProcessItem

    Item to clean in the process

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

    Properties

    | Improve this Doc View Source

    ArticleGroupId

    Gets or sets the allowed article group

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

    ArticleId

    Gets or sets the assigned article

    Declaration
    public Guid? ArticleId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | 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

    IsBillable

    Gets or sets if this item is billable

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

    ItemName

    Gets or sets the name of the item

    Declaration
    public string ItemName { get; set; }
    Property Value
    Type Description
    System.String
    | 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

    PreOrderId

    Gets or sets

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

    Quantity

    Gets or sets the quantity of the item

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