Search Results for

    Show / Hide Table of Contents

    Class CleaningProcessValueViewModel

    CleaningProcessValue viewmodel

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

    Properties

    | Improve this Doc View Source

    AddArticle

    Gets or set 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 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 part of the certificate

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

    CodeId

    Gets or sets the required code

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

    FormatListName

    Gets or sets the name of the assigned format list

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

    IsBillable

    Gets or sets the billable flag

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

    IsMinutes

    Gets or set the minutes flag

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

    IsYesNo

    Gets or sets if this is just used yes or no

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

    LookupParametersArticle

    Gets the parameter if article item box

    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 CleaningProcessValue Model { get; set; }
    Property Value
    Type Description
    CleaningProcessValue
    | Improve this Doc View Source

    Name

    Gets or sets the name of the value

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

    Number

    Gets or sets the sort number

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

    PreOrderId

    Gets or sets the assigned cleaning process

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

    Price

    Gets or sets the price info

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

    ShowFormatList

    Gets the visibility of the format list control

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

    ShowMinuteInput

    Gets the visible state for minute input

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

    ShowPrice

    Gets or sets the flag if the price input is shown

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

    ShowPriceInput

    Gets the visibility of the price input

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

    ShowUsedInput

    Gets the visible state for is used input

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

    ShowValueInput

    Gets the visible state for value input

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

    TempIsEditMode

    Gets or sets the edit mode flag

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

    TemplateNumber

    Gets or sets the template number at which the value is visible

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

    Useable

    Gets or sets the useable flag

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

    Used

    Gets or sets if this value is used

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

    Value

    Gets or sets the value

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Initialize(CleaningProcessValue)

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

    Events

    | Improve this Doc View Source

    OnCodeRequiredHandler

    Declaration
    public event CleaningProcessValueViewModel.OnCodeRequiredHandlerDelegate OnCodeRequiredHandler
    Event Type
    Type Description
    CleaningProcessValueViewModel.OnCodeRequiredHandlerDelegate

    Implements

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