Search Results for

    Show / Hide Table of Contents

    Class ContactPreProductListViewModel

    ViewModel for ContactPreProductList

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

    Constructors

    | Improve this Doc View Source

    ContactPreProductListViewModel(ContactPreProductList)

    Initializes a new Instance of ContactPreProductList

    Declaration
    public ContactPreProductListViewModel(ContactPreProductList contactPreProductList)
    Parameters
    Type Name Description
    ContactPreProductList contactPreProductList

    An instance of ContactPreProductList

    Properties

    | Improve this Doc View Source

    ContactId

    Gets or sets the ContactId

    Declaration
    public Guid ContactId { 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 ContactPreProductList Model { get; set; }
    Property Value
    Type Description
    ContactPreProductList
    | Improve this Doc View Source

    PreProductList

    Gets the PreProductList

    Declaration
    public PreProductList PreProductList { get; }
    Property Value
    Type Description
    PreProductList
    | 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