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

Represents a task to render a single IZptDocument. More...

Inheritance diagram for CSF.Zpt.BatchRendering.IRenderingJob:

Public Member Functions

IZptDocument GetDocument ()
 Gets the ZPT document. More...
 
string GetOutputInfo (IBatchRenderingOptions batchOptions)
 Gets a System.String representing information about the output location. More...
 
Stream GetOutputStream (IBatchRenderingOptions batchOptions)
 Gets the output stream to which the rendered document will be output. More...
 

Properties

DirectoryInfo InputRootDirectory [get]
 Gets the root directory for input documents. More...
 

Detailed Description

Represents a task to render a single IZptDocument.

Member Function Documentation

IZptDocument CSF.Zpt.BatchRendering.IRenderingJob.GetDocument ( )

Gets the ZPT document.

Returns
The document.
string CSF.Zpt.BatchRendering.IRenderingJob.GetOutputInfo ( IBatchRenderingOptions  batchOptions)

Gets a System.String representing information about the output location.

Returns
The output info.
Parameters
batchOptionsBatch options.
Stream CSF.Zpt.BatchRendering.IRenderingJob.GetOutputStream ( IBatchRenderingOptions  batchOptions)

Gets the output stream to which the rendered document will be output.

Returns
The output stream.
Parameters
batchOptionsBatch options.

Property Documentation

DirectoryInfo CSF.Zpt.BatchRendering.IRenderingJob.InputRootDirectory
get

Gets the root directory for input documents.

The input root directory.


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