Search Results for

    Show / Hide Table of Contents

    Class PreProductListEntryViewModel

    ViewModel for a PreProductListEntry

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

    Constructors

    | Improve this Doc View Source

    PreProductListEntryViewModel(PreProductListEntry)

    Initializes a new instance of PreProductListEntryViewModel

    Declaration
    public PreProductListEntryViewModel(PreProductListEntry preProductListEntry)
    Parameters
    Type Name Description
    PreProductListEntry preProductListEntry

    Properties

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

    PreProduct

    Gets the PreProduct

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

    PreProductId

    Gets or sets the PreProductId

    Declaration
    public Guid PreProductId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    PreProductListId

    Gets or sets the PreProductListId

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