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

Represents batch rendering options, indicating the inputs and outputs for a IBatchRenderer. More...

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

Properties

Stream InputStream [get]
 Gets the input stream, or a null reference if it is unset. More...
 
IEnumerable< FileSystemInfo > InputPaths [get]
 Gets the input paths, which may be an empty set if it is unset. More...
 
IEnumerable< DirectoryInfo > IgnoredPaths [get]
 Gets a collection of ignored paths, which shall be excluded when examining the InputPaths. More...
 
string InputSearchPattern [get]
 Gets a glob search pattern for examining the InputPaths. More...
 
RenderingMode RenderingMode [get]
 Gets an optional value acting as an override for auto-detection of the rendering mode. More...
 
Stream OutputStream [get]
 Gets the output stream, or a null reference if it is unset. More...
 
FileSystemInfo OutputPath [get]
 Gets the output path, or a null reference if it is unset. More...
 
string OutputExtensionOverride [get]
 Gets an optional override for setting the file extension of written output files. More...
 

Detailed Description

Represents batch rendering options, indicating the inputs and outputs for a IBatchRenderer.

Property Documentation

IEnumerable<DirectoryInfo> CSF.Zpt.BatchRendering.IBatchRenderingOptions.IgnoredPaths
get

Gets a collection of ignored paths, which shall be excluded when examining the InputPaths.

The ignored paths.

IEnumerable<FileSystemInfo> CSF.Zpt.BatchRendering.IBatchRenderingOptions.InputPaths
get

Gets the input paths, which may be an empty set if it is unset.

The input paths.

string CSF.Zpt.BatchRendering.IBatchRenderingOptions.InputSearchPattern
get

Gets a glob search pattern for examining the InputPaths.

The input search pattern.

Stream CSF.Zpt.BatchRendering.IBatchRenderingOptions.InputStream
get

Gets the input stream, or a null reference if it is unset.

The input stream.

string CSF.Zpt.BatchRendering.IBatchRenderingOptions.OutputExtensionOverride
get

Gets an optional override for setting the file extension of written output files.

The output extension override.

FileSystemInfo CSF.Zpt.BatchRendering.IBatchRenderingOptions.OutputPath
get

Gets the output path, or a null reference if it is unset.

The output path.

Stream CSF.Zpt.BatchRendering.IBatchRenderingOptions.OutputStream
get

Gets the output stream, or a null reference if it is unset.

The output stream.

RenderingMode CSF.Zpt.BatchRendering.IBatchRenderingOptions.RenderingMode
get

Gets an optional value acting as an override for auto-detection of the rendering mode.

The rendering mode.


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