Search Results for

    Show / Hide Table of Contents

    Interface IActiveFlowRepository

    Namespace: Simplic.ActiveFlow
    Assembly: Simplic.ActiveFlow.dll
    Syntax
    public interface IActiveFlowRepository

    Methods

    | Improve this Doc View Source

    Get(Guid)

    Declaration
    ActiveFlow Get(Guid id)
    Parameters
    Type Name Description
    System.Guid id
    Returns
    Type Description
    ActiveFlow
    | 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
    Type Name Description
    ActiveFlow activeFlow
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx