Search Results for

    Show / Hide Table of Contents

    Class UITemplateManager

    Manager template dependencies

    Inheritance
    System.Object
    UITemplateManager
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.UIDataTemplate
    Assembly: Simplic.UIDataTemplate.dll
    Syntax
    public static class UITemplateManager

    Properties

    | Improve this Doc View Source

    DynamicResolverFactories

    Gets or sets the factory that creates ITemplateDynamicResolver for loading dynamic templates

    Declaration
    public static IList<ITemplateDynamicResolverFactory> DynamicResolverFactories { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<ITemplateDynamicResolverFactory>
    | Improve this Doc View Source

    EditorFactory

    Gets or sets the editor factory

    Declaration
    public static ITemplateEditorFactory EditorFactory { get; set; }
    Property Value
    Type Description
    ITemplateEditorFactory
    | Improve this Doc View Source

    InvokerFactories

    Gets an instance of all available invoker factories

    Declaration
    public static IList<ITemplateInvokerFactory> InvokerFactories { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<ITemplateInvokerFactory>
    | Improve this Doc View Source

    LoaderFactories

    Gets a list of all available loader factories

    Declaration
    public static IList<ITemplateLoaderFactory> LoaderFactories { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<ITemplateLoaderFactory>
    | Improve this Doc View Source

    LoadExceptionHandler

    Gets or sets the loader exception handler

    Declaration
    public static ITemplateLoadExceptionHandler LoadExceptionHandler { get; set; }
    Property Value
    Type Description
    ITemplateLoadExceptionHandler
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx