Class ItemBoxViewModel
ViewModel of an ItemBox
Inheritance
System.Object
ItemBoxViewModel
Implements
Namespace: Simplic.Studio.UI
Assembly: Simplic.Studio.UI.dll
Syntax
public class ItemBoxViewModel : ExtendableViewModel, IWindowViewModel<ItemBox>
Constructors
| Improve this Doc View SourceItemBoxViewModel()
Instantiates new ItemBoxViewModel object
Declaration
public ItemBoxViewModel()
Properties
| Improve this Doc View SourceAllProfiles
Gets allProfiles
Declaration
public ObservableCollection<ItemBoxProfileViewModel> AllProfiles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<ItemBoxProfileViewModel> |
Description
Gets or sets the Description of Model. Raises property changed.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExportId
Gets or sets the ExportId of Model. Raises property changed.
Declaration
public Guid ExportId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Model
Gets or sets the Model
Declaration
public ItemBox Model { get; }
Property Value
Type | Description |
---|---|
ItemBox |
Name
Gets or sets the Name of Model. Raises property changed.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectedItem
Gets SelectedItem
Declaration
public ItemBoxTypeViewModel SelectedItem { get; set; }
Property Value
Type | Description |
---|---|
ItemBoxTypeViewModel |
SelectedItemTypes
Gets SelectedItemTypes
Declaration
public IList<ItemBoxTypeViewModel> SelectedItemTypes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ItemBoxTypeViewModel> |
Title
Gets or sets the Title in Model. Raises property changed.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WindowTitle
Gets the WindowTitle
Declaration
public string WindowTitle { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceInitialize(ItemBox)
Sets the ItemBox Model
Declaration
public void Initialize(ItemBox model)
Parameters
Type | Name | Description |
---|---|---|
ItemBox | model | ItemBox object |