Class PipelineRunner
Inheritance
PipelineRunner
Syntax
public class PipelineRunner
Constructors
PipelineRunner(ReflectBootstrapper)
Declaration
public PipelineRunner(ReflectBootstrapper hook)
Parameters
Properties
processors
Declaration
public IEnumerable<IReflectNodeProcessor> processors { get; }
Property Value
Methods
CreateProcessors(IEnumerable<IReflectNode>, IUpdateDelegate, IExposedPropertyTable, ISyncModelProvider)
Declaration
public void CreateProcessors(IEnumerable<IReflectNode> nodes, IUpdateDelegate updateDelegate, IExposedPropertyTable resolver, ISyncModelProvider provider)
Parameters
CreateProcessors(ReflectPipeline, ISyncModelProvider)
Declaration
public void CreateProcessors(ReflectPipeline pipeline, ISyncModelProvider provider)
Parameters
Initialize()
Declaration
Refresh()
Declaration
Shutdown()
Declaration