Interface ICeresGraphCompilationContext
Ceres graph compilation context
Namespace: Ceres.Graph
Assembly: cs.temp.dll.dll
Syntax
public interface ICeresGraphCompilationContext
  Methods
PostCompileGraph(CeresGraph)
Declaration
void PostCompileGraph(CeresGraph source)
  Parameters
| Type | Name | Description | 
|---|---|---|
| CeresGraph | source | 
PreCompileGraph(CeresGraph)
Declaration
void PreCompileGraph(CeresGraph source)
  Parameters
| Type | Name | Description | 
|---|---|---|
| CeresGraph | source |