Search Results for

    Show / Hide Table of Contents

    Class PreProductViewModel

    ViewModel for PreProducts

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

    Constructors

    | Improve this Doc View Source

    PreProductViewModel(PreProduct)

    Initializes a new Instance of PreProductViewModel

    Declaration
    public PreProductViewModel(PreProduct preProduct)
    Parameters
    Type Name Description
    PreProduct preProduct

    Properties

    | Improve this Doc View Source

    AddArticle

    Gets or 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 article id

    Declaration
    public Guid? ArticleId { get; set; }
    Property Value
    Type Description
    System.Nullable<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 ro sets the Model

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

    Name

    Gets or sets the Name

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

    Number

    Gets or sets the Number

    Declaration
    public string Number { 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