Class FlowInstanceMemoryRepository
Inheritance
System.Object
FlowInstanceMemoryRepository
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.FlowInstance.Data.Memory
Assembly: Simplic.Flow.Data.Memory.dll
Syntax
public class FlowInstanceMemoryRepository : IFlowInstanceRepository
Constructors
| Improve this Doc View SourceFlowInstanceMemoryRepository()
Declaration
public FlowInstanceMemoryRepository()
Methods
| Improve this Doc View SourceDelete(FlowInstance)
Declaration
public bool Delete(FlowInstance flowInstance)
Parameters
Type | Name | Description |
---|---|---|
FlowInstance | flowInstance |
Returns
Type | Description |
---|---|
System.Boolean |
GetAll()
Declaration
public IEnumerable<FlowInstance> GetAll()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<FlowInstance> |
GetAllAlive()
Declaration
public IEnumerable<FlowInstance> GetAllAlive()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<FlowInstance> |
GetById(Guid)
Declaration
public FlowInstance GetById(Guid instanceId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | instanceId |
Returns
Type | Description |
---|---|
FlowInstance |
Save(FlowInstance)
Declaration
public bool Save(FlowInstance flowInstance)
Parameters
Type | Name | Description |
---|---|---|
FlowInstance | flowInstance |
Returns
Type | Description |
---|---|
System.Boolean |