Interface ITemplateInvokerFactory
Factory for creating a type of ITemplateInvoker
Namespace: Simplic.UIDataTemplate
Assembly: Simplic.UIDataTemplate.dll
Syntax
public interface ITemplateInvokerFactory
Methods
| Improve this Doc View SourceCreate()
Create a new instance of an ITemplateInvoker
Declaration
ITemplateInvoker Create()
Returns
Type | Description |
---|---|
ITemplateInvoker | New instance of ITemplateInvoker |