ZPT-Sharp  v1.0.0
Zope Page Templates for .NET
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
CSF.Zpt.BatchRendering.IRenderingJobFactory Interface Reference

Interface for a factory type which creates instances of IRenderingJob. More...

Inheritance diagram for CSF.Zpt.BatchRendering.IRenderingJobFactory:

Public Member Functions

IEnumerable< IRenderingJobGetRenderingJobs (IBatchRenderingOptions inputOutputInfo, RenderingMode?mode)
 Gets the rendering jobs from the batch rendering options. More...
 

Detailed Description

Interface for a factory type which creates instances of IRenderingJob.

Member Function Documentation

IEnumerable<IRenderingJob> CSF.Zpt.BatchRendering.IRenderingJobFactory.GetRenderingJobs ( IBatchRenderingOptions  inputOutputInfo,
RenderingMode mode 
)

Gets the rendering jobs from the batch rendering options.

Returns
The rendering jobs.
Parameters
inputOutputInfoInput output info.
modeMode.

Implemented in CSF.Zpt.BatchRendering.RenderingJobFactory.


The documentation for this interface was generated from the following file: