Search Results for

    Show / Hide Table of Contents

    Class CleaningProcessValue

    Contains cleaning process value information

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

    Properties

    | Improve this Doc View Source

    ArticleId

    Gets or sets the 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 part of the certificate

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

    CodeId

    Gets or sets the required code

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

    FormatListName

    Gets or sets the name of the assigned format list

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

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

    IsMinutes

    Gets or set the minutes flag

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

    IsYesNo

    Gets or sets if this is just used yes or no

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

    Name

    Gets or sets the name of the value

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

    Number

    Gets or sets the sort number

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

    PreOrderId

    Gets or sets the assigned pre order id

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

    Price

    Gets or sets the price info

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

    ShowPrice

    Gets or sets the flag if the price input is shown

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

    TemplateNumber

    Gets or sets the template number at which the value is visible

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

    Useable

    Gets or sets the useable flag

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

    Used

    Gets or sets if this value is used

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

    Value

    Gets or sets the value

    Declaration
    public string Value { 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