Search Results for

    Show / Hide Table of Contents

    Class FlowConfigurationMemoryRepository

    Inheritance
    System.Object
    FlowConfigurationMemoryRepository
    Implements
    IFlowConfigurationRepository
    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.Flow.Configuration.Data.Memory
    Assembly: Simplic.Flow.Configuration.Data.Memory.dll
    Syntax
    public class FlowConfigurationMemoryRepository : IFlowConfigurationRepository

    Constructors

    | Improve this Doc View Source

    FlowConfigurationMemoryRepository()

    Declaration
    public FlowConfigurationMemoryRepository()

    Methods

    | Improve this Doc View Source

    Get(Guid)

    Declaration
    public FlowConfiguration Get(Guid id)
    Parameters
    Type Name Description
    System.Guid id
    Returns
    Type Description
    FlowConfiguration
    | Improve this Doc View Source

    GetAll()

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

    GetAll(Boolean)

    Declaration
    public IEnumerable<FlowConfiguration> GetAll(bool getOnlyActive = true)
    Parameters
    Type Name Description
    System.Boolean getOnlyActive
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<FlowConfiguration>
    | Improve this Doc View Source

    GetByExportId(Guid)

    Declaration
    public FlowConfiguration GetByExportId(Guid exportId)
    Parameters
    Type Name Description
    System.Guid exportId
    Returns
    Type Description
    FlowConfiguration
    | Improve this Doc View Source

    Save(FlowConfiguration)

    Declaration
    public bool Save(FlowConfiguration flowConfiguration)
    Parameters
    Type Name Description
    FlowConfiguration flowConfiguration
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SetDeleted(Guid)

    Declaration
    public bool SetDeleted(Guid id)
    Parameters
    Type Name Description
    System.Guid id
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SetStatus(Guid, Boolean)

    Declaration
    public bool SetStatus(Guid id, bool isActive)
    Parameters
    Type Name Description
    System.Guid id
    System.Boolean isActive
    Returns
    Type Description
    System.Boolean

    Implements

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