Search Results for

    Show / Hide Table of Contents

    Class FlowInstance

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

    Properties

    | Improve this Doc View Source

    CurrentNodes

    Declaration
    public IList<NodeScope<EventNode>> CurrentNodes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<NodeScope<EventNode>>
    | Improve this Doc View Source

    DataScope

    Declaration
    public DataPinScope DataScope { get; set; }
    Property Value
    Type Description
    DataPinScope
    | Improve this Doc View Source

    Flow

    Declaration
    public Flow Flow { get; set; }
    Property Value
    Type Description
    Flow
    | Improve this Doc View Source

    FlowId

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

    Id

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

    IsAlive

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

    IsFailed

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

    Variables

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