Search Results for

    Show / Hide Table of Contents

    Class ItemBoxConfigurationWindow

    Interaction logic for ItemBoxWindow.xaml

    Inheritance
    System.Object
    BaseItemBoxConfigurationWindow
    ItemBoxConfigurationWindow
    Implements
    IItemBoxConfigurationWindow
    IWindow<System.Int32, ItemBox, ItemBoxViewModel>
    Namespace: Simplic.Studio.UI
    Assembly: Simplic.Studio.UI.dll
    Syntax
    public class ItemBoxConfigurationWindow : BaseItemBoxConfigurationWindow, IItemBoxConfigurationWindow, IWindow<int, ItemBox, ItemBoxViewModel>

    Constructors

    | Improve this Doc View Source

    ItemBoxConfigurationWindow(IItemBoxService)

    Declaration
    public ItemBoxConfigurationWindow(IItemBoxService service)
    Parameters
    Type Name Description
    IItemBoxService service

    Methods

    | Improve this Doc View Source

    OnDelete(WindowDeleteEventArg)

    Deletes current ItemBox

    Declaration
    public override void OnDelete(WindowDeleteEventArg e)
    Parameters
    Type Name Description
    WindowDeleteEventArg e
    | Improve this Doc View Source

    OnSave(WindowSaveEventArg)

    Saves ItemBox if valid

    Declaration
    public override void OnSave(WindowSaveEventArg e)
    Parameters
    Type Name Description
    WindowSaveEventArg e
    | Improve this Doc View Source

    ValidSaveConfig()

    Checks if current ItemBox is valid for saving

    Declaration
    public bool ValidSaveConfig()
    Returns
    Type Description
    System.Boolean

    True if valid

    Implements

    IItemBoxConfigurationWindow
    IWindow<TId, TModel, TViewModel>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx