Search Results for

    Show / Hide Table of Contents

    Interface IWindowViewModel<TModel>

    Namespace: Simplic.Studio.UI
    Assembly: Simplic.Studio.UI.dll
    Syntax
    public interface IWindowViewModel<TModel>
    Type Parameters
    Name Description
    TModel

    Properties

    | Improve this Doc View Source

    Model

    Declaration
    TModel Model { get; }
    Property Value
    Type Description
    TModel

    Methods

    | Improve this Doc View Source

    Initialize(TModel)

    Declaration
    void Initialize(TModel model)
    Parameters
    Type Name Description
    TModel model
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx