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 SourceCreate(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 |