Search Results for

    Show / Hide Table of Contents

    Class CleaningCodeViewModel

    View model for CleaningCodes

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

    Constructors

    | Improve this Doc View Source

    CleaningCodeViewModel(CleaningCode)

    Initializes a new Instance of CleaningCodeViewModel

    Declaration
    public CleaningCodeViewModel(CleaningCode cleaningCode)
    Parameters
    Type Name Description
    CleaningCode cleaningCode

    A Instance of CleaingCode that this viewmodel will be based on

    Properties

    | Improve this Doc View Source

    AddArticle

    Gets and sets the add article command

    Declaration
    public ICommand AddArticle { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    ArticleId

    Gets or sets the assigned 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 assignment to a part of the certificate

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

    Code

    Gets or sets the Code

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

    DefaultValue

    Gets or sets the DefaultValue

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

    Description

    Gets or sets the Description

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

    IsDefault

    Gets or sets the default flag

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

    IsMeasurement

    Gets or sets whether a measurement is to do

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

    LookupParametersArticle

    Gets the article lookup parameter

    Declaration
    public IDictionary<string, object> LookupParametersArticle { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>
    | Improve this Doc View Source

    Model

    Gets or sets the Model

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

    QuantityUnit

    Gets or sets the QuantityUnit

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

    TempIsSelected

    Gets or sets the selcted flag only for ui

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

    TempSelectColor

    Gets the sselection color for ui

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