Search Results for

    Show / Hide Table of Contents

    Class CleaningProcessCodeViewModel

    Inheritance
    System.Object
    CleaningProcessCodeViewModel
    Implements
    IWindowViewModel<CleaningProcessCode>
    Namespace: Simplic.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class CleaningProcessCodeViewModel : ExtendableViewModel

    Properties

    | Improve this Doc View Source

    Code

    Gets the code object

    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

    IsManualAdded

    Gets or sets the manual added flag

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

    Measurement

    Gets sets the measurement object

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

    MeasurementId

    Gets or sets the assigned measurement id

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

    MeasurementValue

    Gets or sets the measurement value

    Declaration
    public string MeasurementValue { get; set; }
    Property Value
    Type Description
    System.String
    | 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 CleaningProcessCode Model { get; set; }
    Property Value
    Type Description
    CleaningProcessCode
    | Improve this Doc View Source

    ProcessId

    Gets or sets the assigned process id

    Declaration
    public Guid ProcessId { get; set; }
    Property Value
    Type Description
    System.Guid

    Methods

    | Improve this Doc View Source

    Initialize(CleaningProcessCode)

    Initialize

    Declaration
    public void Initialize(CleaningProcessCode model)
    Parameters
    Type Name Description
    CleaningProcessCode model

    CleaningProcessCode

    Implements

    IWindowViewModel<>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx