Search Results for

    Show / Hide Table of Contents

    Class CleaningPreOrderChamberViewModel

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

    Constructors

    | Improve this Doc View Source

    CleaningPreOrderChamberViewModel(Chamber)

    Initializes a new instance of CleaningPreOrderChamberViewModel

    Declaration
    public CleaningPreOrderChamberViewModel(Chamber chamber)
    Parameters
    Type Name Description
    Chamber chamber

    The model

    Properties

    | Improve this Doc View Source

    CleaningPreOrderGuid

    Gets or sets the CleaningPreOrderGuid

    Declaration
    public Guid CleaningPreOrderGuid { 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

    Model

    Gets or sets the model

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

    Number

    Gets or sets the Number

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

    PreProductOne

    Gets or sets the most recent preProduct

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

    PreProductThree

    Gets or sets the third last PreProduct

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

    PreProductTwo

    Gets or sets the second last preProduct

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

    VehicleGuid

    Gets or sets the VehicleGuid

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