Interface IEmbeddedFileEditorFactory
Factory which creates an embedded file editor for specific instance
Namespace: Simplic.Framework.Repository.Editor
Assembly: Simplic.Framework.Repository.dll
Syntax
public interface IEmbeddedFileEditorFactory
Methods
| Improve this Doc View SourceCreate(RepositoryFileInfo)
Returns an instance of a new file editor
Declaration
void Create(RepositoryFileInfo file)
Parameters
Type | Name | Description |
---|---|---|
RepositoryFileInfo | file | File to open the editor for |