Search Results for

    Show / Hide Table of Contents

    Interface ITemplateDynamicResolverFactory

    Factory for creating a type of ITemplateDynamicResolver

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

    Methods

    | Improve this Doc View Source

    Create(String, String)

    Create a new instance of an ITemplateDynamicResolver

    Declaration
    ITemplateDynamicResolver Create(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
    ITemplateDynamicResolver

    New instance of ITemplateDynamicResolver

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