Table of Contents

Interface IFlowGraphRuntime

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll

Interface for Object contains FlowGraph runtime instance

public interface IFlowGraphRuntime
Extension Methods

Properties

Graph

Get runtime FlowGraph instance

FlowGraph Graph { get; }

Property Value

FlowGraph

Object

Runtime context Object

Object Object { get; }

Property Value

Object