Search Results for

    Show / Hide Table of Contents

    Class CleaningProcedureEntryViewModel

    Viewmodel for ClenaingProcedureEntry

    Inheritance
    System.Object
    CleaningProcedureEntryViewModel
    Namespace: Simplic.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class CleaningProcedureEntryViewModel : ExtendableViewModel

    Constructors

    | Improve this Doc View Source

    CleaningProcedureEntryViewModel(CleaningProcedureEntry)

    Initializes a new instance of CleaningProcedureEntryViewModel

    Declaration
    public CleaningProcedureEntryViewModel(CleaningProcedureEntry code)
    Parameters
    Type Name Description
    CleaningProcedureEntry code

    Properties

    | Improve this Doc View Source

    Code

    Gets the Code instance

    Declaration
    public CleaningCode Code { get; }
    Property Value
    Type Description
    CleaningCode
    | Improve this Doc View Source

    CodeId

    Gets or sets the CodeId

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

    Measurement

    Gets or sets the measurement object for the assigned code

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

    MeasurementVisible

    Gets or set the measurement inoput control visiblity

    Declaration
    public Visibility MeasurementVisible { get; }
    Property Value
    Type Description
    System.Windows.Visibility
    | Improve this Doc View Source

    Model

    Gets or sets the Model

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

    Note

    Gets or sets the Note

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

    ProcedureId

    Gets o sets the ProcedureId

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

    ProcedureSpecificDefaultValue

    Gets or sets the default value, if a cleaning code is selected a part of a cleaning procedure.

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