Search Results for

    Show / Hide Table of Contents

    Interface ITemplateDynamicResolver

    Resolver interface that must be implemented into all resolvers

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

    Methods

    | Improve this Doc View Source

    ResolveDynamicTemplates(String, String)

    Gets a list of available dynamic templates for the given dataTemplateName

    Declaration
    IList<UITemplate> ResolveDynamicTemplates(string ns, string dataTemplateName)
    Parameters
    Type Name Description
    System.String ns

    Namespace of the root control

    System.String dataTemplateName

    Name of the template

    Returns
    Type Description
    System.Collections.Generic.IList<UITemplate>

    List of templates or null

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