Search Results for

    Show / Hide Table of Contents

    Class ItemBoxTypeViewModel

    Inheritance
    System.Object
    ViewModelBase
    ItemBoxTypeViewModel
    Implements
    UI.MVC.IViewModelBase
    System.ComponentModel.INotifyPropertyChanged
    IAsyncViewModel
    IEditableListBoxItemDefinition
    Inherited Members
    ViewModelBase.PropertyChanged
    ViewModelBase.RaisePropertyChanged(String)
    ViewModelBase.PropertySetter<T>(T, Action<T>, Boolean, Boolean, Boolean, String)
    ViewModelBase.OnClose()
    ViewModelBase.IsBusy
    ViewModelBase.IsDirty
    ViewModelBase.ForceSave
    ViewModelBase.Parent
    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 Source

    ItemBoxTypeViewModel(ItemBoxViewModel)

    Sets model ItemBoxViewModel

    Declaration
    public ItemBoxTypeViewModel(ItemBoxViewModel itemBoxViewModel)
    Parameters
    Type Name Description
    ItemBoxViewModel itemBoxViewModel

    Properties

    | Improve this Doc View Source

    Name

    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 Source

    CrateItem()

    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

    IViewModelBase
    System.ComponentModel.INotifyPropertyChanged
    IAsyncViewModel
    IEditableListBoxItemDefinition
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx