Interface IFlowInstanceRepository
Assembly: Simplic.FlowInstance.dll
Syntax
public interface IFlowInstanceRepository
Methods
|
Improve this Doc
View Source
Delete(FlowInstance)
Declaration
bool Delete(FlowInstance flowInstance)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetAll()
Declaration
IEnumerable<FlowInstance> GetAll()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<FlowInstance> |
|
|
Improve this Doc
View Source
GetAllAlive()
Declaration
IEnumerable<FlowInstance> GetAllAlive()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<FlowInstance> |
|
|
Improve this Doc
View Source
GetById(Guid)
Declaration
FlowInstance GetById(Guid flowInstanceId)
Parameters
Type |
Name |
Description |
System.Guid |
flowInstanceId |
|
Returns
|
Improve this Doc
View Source
Save(FlowInstance)
Declaration
bool Save(FlowInstance flowInstance)
Parameters
Returns
Type |
Description |
System.Boolean |
|