Search Results for

    Show / Hide Table of Contents

    Interface IFlowInstanceRepository

    Namespace: Simplic.FlowInstance
    Assembly: Simplic.FlowInstance.dll
    Syntax
    public interface IFlowInstanceRepository

    Methods

    | Improve this Doc View Source

    Delete(FlowInstance)

    Declaration
    bool Delete(FlowInstance flowInstance)
    Parameters
    Type Name Description
    FlowInstance flowInstance
    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
    Type Description
    FlowInstance
    | Improve this Doc View Source

    Save(FlowInstance)

    Declaration
    bool Save(FlowInstance flowInstance)
    Parameters
    Type Name Description
    FlowInstance flowInstance
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx