Search Results for

    Show / Hide Table of Contents

    Interface ITemplateEditor

    Interface that must be implemented to enable template editing

    Namespace: Simplic.UIDataTemplate
    Assembly: Simplic.UIDataTemplate.dll
    Syntax
    public interface ITemplateEditor

    Methods

    | Improve this Doc View Source

    Edit(String, ITemplateLoader, UIContentPresenter)

    Edit a given ui template

    Declaration
    void Edit(string path, ITemplateLoader loader, UIContentPresenter presenter)
    Parameters
    Type Name Description
    System.String path

    Path to the template

    ITemplateLoader loader

    Loader instance

    UIContentPresenter presenter

    Content presenter instance

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx