Class ItemBoxTypeViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
IEditableListBoxItemDefinition
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Studio.UI
Assembly: Simplic.Studio.UI.dll
Syntax
public class ItemBoxTypeViewModel : ViewModelBase, IViewModelBase, INotifyPropertyChanged, IAsyncViewModel
Constructors
| Improve this Doc View SourceItemBoxTypeViewModel(ItemBoxViewModel)
Sets model ItemBoxViewModel
Declaration
public ItemBoxTypeViewModel(ItemBoxViewModel itemBoxViewModel)
Parameters
Type | Name | Description |
---|---|---|
ItemBoxViewModel | itemBoxViewModel |
Properties
| Improve this Doc View SourceName
Name of ItemBoxProfile creation operation in the dropdownbox of the EditableListBox
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceCrateItem()
Operation that gets called to create new ItemBoxProfile
Declaration
public IEditableListBoxItem CrateItem()
Returns
Type | Description |
---|---|
IEditableListBoxItem | The ItemBoxProfileViewModel containing the new ItemBoxProfile as Model |
Implements
System.ComponentModel.INotifyPropertyChanged
IEditableListBoxItemDefinition