Search Results for

    Show / Hide Table of Contents

    Interface IFlowConfigurationService

    Interface for flow configuration operations service.

    Inherited Members
    IFlowConfigurationRepository.Get(Guid)
    IFlowConfigurationRepository.Save(FlowConfiguration)
    IFlowConfigurationRepository.GetAll(Boolean)
    IFlowConfigurationRepository.SetStatus(Guid, Boolean)
    IFlowConfigurationRepository.SetDeleted(Guid)
    IFlowConfigurationRepository.GetByExportId(Guid)
    Namespace: Simplic.Flow.Configuration
    Assembly: Simplic.Flow.Configuration.dll
    Syntax
    public interface IFlowConfigurationService : IFlowConfigurationRepository

    Methods

    | Improve this Doc View Source

    Clone(Guid, String)

    Clones a configuration, gives it a new name and a new id.

    Declaration
    FlowConfiguration Clone(Guid configurationGuid, string newConfigurationName)
    Parameters
    Type Name Description
    System.Guid configurationGuid

    Configuration Id to clone

    System.String newConfigurationName

    New configuration name

    Returns
    Type Description
    FlowConfiguration

    Clone configuration

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