ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Interface for a factory type which creates instances of IRenderingJob. More...
Public Member Functions | |
IEnumerable< IRenderingJob > | GetRenderingJobs (IBatchRenderingOptions inputOutputInfo, RenderingMode?mode) |
Gets the rendering jobs from the batch rendering options. More... | |
Interface for a factory type which creates instances of IRenderingJob.
IEnumerable<IRenderingJob> CSF.Zpt.BatchRendering.IRenderingJobFactory.GetRenderingJobs | ( | IBatchRenderingOptions | inputOutputInfo, |
RenderingMode? | mode | ||
) |
Gets the rendering jobs from the batch rendering options.
inputOutputInfo | Input output info. |
mode | Mode. |
Implemented in CSF.Zpt.BatchRendering.RenderingJobFactory.