Table of Contents

Class FlowGeneratedProgramRegistry

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll
public static class FlowGeneratedProgramRegistry
Inheritance
FlowGeneratedProgramRegistry
Inherited Members

Methods

Clear()

public static void Clear()

Register(string, string, string, ProgramFactory)

public static void Register(string programId, string graphHash, string generatedTypeName, FlowGeneratedProgramRegistry.ProgramFactory factory)

Parameters

programId string
graphHash string
generatedTypeName string
factory FlowGeneratedProgramRegistry.ProgramFactory

TryCreate(FlowGeneratedProgramInfo, FlowGraphData, out IFlowExecutableProgram)

public static bool TryCreate(FlowGeneratedProgramInfo info, FlowGraphData graphData, out IFlowExecutableProgram program)

Parameters

info FlowGeneratedProgramInfo
graphData FlowGraphData
program IFlowExecutableProgram

Returns

bool