Interface IFlowDefinitionService
Namespace: Simplic.Flow.Editor.Definition
Assembly: Simplic.Flow.Editor.Definition.dll
Syntax
public interface IFlowDefinitionService
Methods
| Improve this Doc View SourceCreate(IList<Assembly>)
Declaration
IList<NodeDefinition> Create(IList<Assembly> assemblies)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Reflection.Assembly> | assemblies |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<NodeDefinition> |