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 SourceDynamicResolverFactories
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> |
EditorFactory
Gets or sets the editor factory
Declaration
public static ITemplateEditorFactory EditorFactory { get; set; }
Property Value
Type | Description |
---|---|
ITemplateEditorFactory |
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> |
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> |
LoadExceptionHandler
Gets or sets the loader exception handler
Declaration
public static ITemplateLoadExceptionHandler LoadExceptionHandler { get; set; }
Property Value
Type | Description |
---|---|
ITemplateLoadExceptionHandler |