Search Results for

    Show / Hide Table of Contents

    Class CleaningCode

    Class to represent a CleaningCode

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

    Properties

    | Improve this Doc View Source

    ArticleId

    Gets or sets the assigned article id

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

    CertificateAssignment

    Gets or sets the assignment to a part of the certificate

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

    Code

    Gets or sets the Code

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

    DefaultValue

    Gets or sets the DefaultValue

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

    Description

    Gets or sets the description

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

    IsDefault

    Gets or sets the default flag

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

    IsMeasurement

    Gets or sets whether a measurement is to do

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

    QuantityUnit

    Gets or sets the QuantityUnit

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