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

Interface for a type which enables selection of the output options for IBatchRenderingOptions, when the input options indicate a single document. More...

Inheritance diagram for CSF.Zpt.BatchRendering.IBatchOptionsSingleInputOutputHelper:

Public Member Functions

IBatchRenderingOptions ToStream (Stream stream)
 Indicates that the output is to a System.IO.Stream. More...
 
IBatchRenderingOptions ToFile (string path)
 Indicates that the output is to a single file. More...
 
IBatchRenderingOptions ToFile (FileInfo file)
 Indicates that the output is to a single file. More...
 

Detailed Description

Interface for a type which enables selection of the output options for IBatchRenderingOptions, when the input options indicate a single document.

Member Function Documentation

IBatchRenderingOptions CSF.Zpt.BatchRendering.IBatchOptionsSingleInputOutputHelper.ToFile ( string  path)

Indicates that the output is to a single file.

Returns
The rendering options.
Parameters
pathThe file path.
IBatchRenderingOptions CSF.Zpt.BatchRendering.IBatchOptionsSingleInputOutputHelper.ToFile ( FileInfo  file)

Indicates that the output is to a single file.

Returns
The rendering options.
Parameters
fileThe file.
IBatchRenderingOptions CSF.Zpt.BatchRendering.IBatchOptionsSingleInputOutputHelper.ToStream ( Stream  stream)

Indicates that the output is to a System.IO.Stream.

Returns
The rendering options.
Parameters
streamThe stream.

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