Interface IActiveFlowRepository
Assembly: Simplic.ActiveFlow.dll
Syntax
public interface IActiveFlowRepository
Methods
|
Improve this Doc
View Source
Get(Guid)
Declaration
Parameters
Type |
Name |
Description |
System.Guid |
id |
|
Returns
|
Improve this Doc
View Source
GetAll()
Declaration
IEnumerable<ActiveFlow> GetAll()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<ActiveFlow> |
|
|
Improve this Doc
View Source
GetAllAlive()
Declaration
IEnumerable<ActiveFlow> GetAllAlive()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<ActiveFlow> |
|
|
Improve this Doc
View Source
Save(ActiveFlow)
Declaration
bool Save(ActiveFlow activeFlow)
Parameters
Returns
Type |
Description |
System.Boolean |
|