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

Default implementation of IRenderingJobFactory. More...

Inheritance diagram for CSF.Zpt.BatchRendering.RenderingJobFactory:
Collaboration diagram for CSF.Zpt.BatchRendering.RenderingJobFactory:

Public Member Functions

IEnumerable< IRenderingJobGetRenderingJobs (IBatchRenderingOptions inputOutputInfo, RenderingMode?mode)
 Gets the rendering jobs from the batch rendering options. More...
 
 RenderingJobFactory (IZptDocumentFactory documentFactory=null)
 Initializes a new instance of the CSF.Zpt.BatchRendering.RenderingJobFactory class. More...
 

Detailed Description

Default implementation of IRenderingJobFactory.

Constructor & Destructor Documentation

CSF.Zpt.BatchRendering.RenderingJobFactory.RenderingJobFactory ( IZptDocumentFactory  documentFactory = null)
inline

Initializes a new instance of the CSF.Zpt.BatchRendering.RenderingJobFactory class.

Parameters
documentFactoryDocument factory.

Member Function Documentation

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

Gets the rendering jobs from the batch rendering options.

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

Implements CSF.Zpt.BatchRendering.IRenderingJobFactory.


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