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