Search Results for

    Show / Hide Table of Contents

    Class FlowInstanceMemoryRepository

    Inheritance
    System.Object
    FlowInstanceMemoryRepository
    Implements
    IFlowInstanceRepository
    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 Source

    FlowInstanceMemoryRepository()

    Declaration
    public FlowInstanceMemoryRepository()

    Methods

    | Improve this Doc View Source

    Delete(FlowInstance)

    Declaration
    public bool Delete(FlowInstance flowInstance)
    Parameters
    Type Name Description
    FlowInstance flowInstance
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetAll()

    Declaration
    public IEnumerable<FlowInstance> GetAll()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<FlowInstance>
    | Improve this Doc View Source

    GetAllAlive()

    Declaration
    public IEnumerable<FlowInstance> GetAllAlive()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<FlowInstance>
    | Improve this Doc View Source

    GetById(Guid)

    Declaration
    public FlowInstance GetById(Guid instanceId)
    Parameters
    Type Name Description
    System.Guid instanceId
    Returns
    Type Description
    FlowInstance
    | Improve this Doc View Source

    Save(FlowInstance)

    Declaration
    public bool Save(FlowInstance flowInstance)
    Parameters
    Type Name Description
    FlowInstance flowInstance
    Returns
    Type Description
    System.Boolean

    Implements

    IFlowInstanceRepository
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx