Search Results for

    Show / Hide Table of Contents

    Class CleaningMeasurementViewModel

    Viewmodel for CleaningMeasurement

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

    Constructors

    | Improve this Doc View Source

    CleaningMeasurementViewModel(CleaningMeasurement)

    Constructor

    Declaration
    public CleaningMeasurementViewModel(CleaningMeasurement model)
    Parameters
    Type Name Description
    CleaningMeasurement model

    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 assigned code id

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

    Model

    Gets or sets the model

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

    ProcessId

    Gets or sets the assiegned process id

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

    Value

    Gets or sets the measured 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