Search Results for

    Show / Hide Table of Contents

    Class FlowConfiguration

    Represents the flow configuration that the runtime needs. Not to be mistaken with the FlowConfigurationModel

    Inheritance
    System.Object
    FlowConfiguration
    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
    Assembly: Simplic.Flow.Configuration.dll
    Syntax
    public class FlowConfiguration

    Properties

    | Improve this Doc View Source

    Description

    Gets or sets the description of this configuration.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Id

    Gets or sets the Id of the flow

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsActive

    Gets or sets whether the flow configuration is active

    Declaration
    public bool IsActive { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsDeleted

    Gets or sets whether the flow configuration is deleted.

    Declaration
    public bool IsDeleted { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Links

    Gets or sets the links between nodes

    Declaration
    public List<LinkConfiguration> Links { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<LinkConfiguration>
    | Improve this Doc View Source

    MachineName

    Gets or sets the current machine name

    Declaration
    public string MachineName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Name

    Gets or sets the name of the flow

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Nodes

    Gets or sets the list of nodes inside this configuration

    Declaration
    public List<NodeConfiguration> Nodes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<NodeConfiguration>
    | Improve this Doc View Source

    Pins

    Gets or sets the pins that the nodes contain

    Declaration
    public List<PinConfiguration> Pins { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<PinConfiguration>
    | Improve this Doc View Source

    ServiceName

    Gets or sets the service name

    Declaration
    public string ServiceName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Variables

    Gets or sets the configuration wide variables

    Declaration
    public List<FlowVariableConfiguration> Variables { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<FlowVariableConfiguration>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx