Interface IInstanceDataStackConnectionService
The Service for instance data conentions between stacks.
Inherited Members
Namespace: Simplic.Studio
Assembly: Simplic.Studio.dll
Syntax
public interface IInstanceDataStackConnectionService : IInstanceDataStackConnectionRepository
Methods
| Improve this Doc View SourceConnectionPossible(Guid, Guid, Boolean)
Check if a connection from the given source stack to the given destination stack is possible.
Declaration
bool ConnectionPossible(Guid sourceStackGuid, Guid destinationStackGuid, bool twoWay = false)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | sourceStackGuid | The source stack to check the connection for. |
System.Guid | destinationStackGuid | The destination stack to check the connection for. |
System.Boolean | twoWay | Flag to check if a two way connection is possible. |
Returns
Type | Description |
---|---|
System.Boolean | True when a connection is possible. |