Search Results for

    Show / Hide Table of Contents

    Class ItemBoxViewModel

    ViewModel of an ItemBox

    Inheritance
    System.Object
    ItemBoxViewModel
    Implements
    IWindowViewModel<ItemBox>
    Namespace: Simplic.Studio.UI
    Assembly: Simplic.Studio.UI.dll
    Syntax
    public class ItemBoxViewModel : ExtendableViewModel, IWindowViewModel<ItemBox>

    Constructors

    | Improve this Doc View Source

    ItemBoxViewModel()

    Instantiates new ItemBoxViewModel object

    Declaration
    public ItemBoxViewModel()

    Properties

    | Improve this Doc View Source

    AllProfiles

    Gets allProfiles

    Declaration
    public ObservableCollection<ItemBoxProfileViewModel> AllProfiles { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<ItemBoxProfileViewModel>
    | Improve this Doc View Source

    Description

    Gets or sets the Description of Model. Raises property changed.

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

    ExportId

    Gets or sets the ExportId of Model. Raises property changed.

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

    Model

    Gets or sets the Model

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

    Name

    Gets or sets the Name of Model. Raises property changed.

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

    SelectedItem

    Gets SelectedItem

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

    SelectedItemTypes

    Gets SelectedItemTypes

    Declaration
    public IList<ItemBoxTypeViewModel> SelectedItemTypes { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<ItemBoxTypeViewModel>
    | Improve this Doc View Source

    Title

    Gets or sets the Title in Model. Raises property changed.

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

    WindowTitle

    Gets the WindowTitle

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

    Methods

    | Improve this Doc View Source

    Initialize(ItemBox)

    Sets the ItemBox Model

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

    ItemBox object

    Implements

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