Interface IAdapterAction
Adapter action interface
Namespace: Unity.Industrial.Forma.Editor.Adapters
Syntax
public interface IAdapterAction
Methods
Execute(AdapterImportContext)
Execute this action
Declaration
Task<IImportOutput> Execute(AdapterImportContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| AdapterImportContext | context | The context for the import action |
Returns
| Type | Description |
|---|---|
| Task<IImportOutput> | Async method |